/angurailsSpike

Angular using Rails as an API (Yeoman, Grunt, Bower)

Primary LanguageRuby

Stories in Ready Code Climate

Running the app first time

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

Inssue Tracker

https://waffle.io/bslipek/angurailsspike