AC Challenge - BackboneJS Build Status

Setting development environment up

Download and Install

  1. Vagrant

  2. Virtual Box

Follow the following steps

  1. Clone the repository.
git clone git://github.com/rafaelrocha/ac_challenge_backbonejs.git
  1. On ac_challenge_backbonejs project root folder run Vagrant to instantiate your dev box.
	$vagrant up
  1. Connect to the box. The following steps is considering you are conneceted to your dev box.
	$vagrant ssh
  1. Go to the share folder which is /vagrant.
	vagrant@precise32:/vagrant$ cd /vagrant
  1. Run grunt.
	vagrant@precise32:/vagrant$ grunt
  1. Access the application on a browser on your local machine http://localhost:4000