Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 359 Bytes

aurelia-contact-manager

Aurelia App from the official tutorial.

development setup

  1. Install the Aurelia CLI tool sudo npm install aurelia-cli -g
  2. Install dependencies npm install
  3. Run the app au run --watch
  4. Open in browser http://localhost:9000