Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 410 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 410 Bytes

PlayingWithAngular

development dependencies

system:

  • npm
  • ruby
  • bundler

project:

  • $ npm install -g @angular/cli
  • $ bundle install

Commands

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