#A simple intro application to SPAs.
- Vagrant
- VirtualBox (or any other supported provider)
First, download the project and unpack it into a directory (skip if you're using 'git clone').
Then execute the following command in a terminal in the project's root folder:
vagrant up
Then wait a few minutes for the vagrant box to be installed. This might take a long time the first time but will be faster afterwards. After that's done:
vagrant ssh
And you should have a server going on port 4567. You can access it by navigating your browser over to http://localhost:4567