Skip to content

akra/angurailsSpike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published