A sample AngularJS app which uses rails as a backend.
git clone git@github.com:tambet/smalltalk.gitcd smalltalk && bundle installrake db:create && rake db:migrate
Bower package manager is used to maintain the front-end dependencies.
npm install -g bowerbower install- Start the server
rails s
rake spec