tambet / smalltalk

A sample AngularJS app which uses Rails as a backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

License:MIT License


Languages

Language:Ruby 83.3%Language:JavaScript 12.6%Language:CSS 4.1%