system:
- npm
- ruby
- bundler
project:
- $ npm install -g @angular/cli
- $ bundle install
Rake has the the commands to start some development.
- 
rake start - start the development webserver and the angular builder
 
- 
rake build - build the spa into the compiled assets
 
- 
rake spec - rspec
- ng tests
- end to end tests for angular