Basic project setup using vagrant, flux, react and compass.
$ vagrant up
$ vagrant ssh
vagrant@precise64:~$ cd /vagrant
vagrant@precise64:/vagrant$ script/start
The script/start
will boot compass wath, watchify and a web server listening on port 8080. Next, open your browser on localhost:8080
.