Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 931 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 931 Bytes

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