A sample AngularJS app which uses rails as a backend.
git clone [email protected]:tambet/smalltalk.git
cd smalltalk && bundle install
rake db:create && rake db:migrate
Bower package manager is used to maintain the front-end dependencies.
npm install -g bower
bower install
- Start the server
rails s
rake spec