Skip to content

tambet/smalltalk

Repository files navigation

Smalltalk

A sample AngularJS app which uses rails as a backend.

Setting the environment up

  • ruby 2.1.0 (rbenv recommended for installation)
  • node 0.10.26 (nvm recommended for installation)

Installation

  1. git clone [email protected]:tambet/smalltalk.git
  2. cd smalltalk && bundle install
  3. rake db:create && rake db:migrate

Bower package manager is used to maintain the front-end dependencies.

  1. npm install -g bower
  2. bower install
  3. Start the server rails s

Running tests

rake spec

About

A sample AngularJS app which uses Rails as a backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published