First make sure that you have installed node, npm, bower and grunt.
-
Pull repository
.git pull git@github.com:bslipek/angurailsSpike.git -
Go there
cd angurailsSpike -
Install rails dependencies, run `bundle'
-
Start rails server on port 3000, run
rails s, leave it -
Open new terminal window, need for grunt server
-
navigate to angurailsSpike/client- this is client directory -
run
npm install- to install node dependencies -
run
bower install- to install bower dependencies -
run
grunt server- start the grunt server

