AC Challenge - BackboneJS
Setting development environment up
Download and Install
-
Vagrant
-
Virtual Box
Follow the following steps
- Clone the repository.
git clone git://github.com/rafaelrocha/ac_challenge_backbonejs.git
- On ac_challenge_backbonejs project root folder run Vagrant to instantiate your dev box.
- Connect to the box. The following steps is considering you are conneceted to your dev box.
- Go to the share folder which is /vagrant.
vagrant@precise32:/vagrant$ cd /vagrant
- Run grunt.
vagrant@precise32:/vagrant$ grunt
- Access the application on a browser on your local machine http://localhost:4000