Skip to content

Files

Latest commit

Agnel AmodiaAgnel Amodia
Agnel Amodia
and
Agnel Amodia
Aug 26, 2016
4fc2b2c · Aug 26, 2016

History

History
8 lines (6 loc) · 375 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 375 Bytes
  1. Open a command prompt in the project's root directory (APM - Start)

  2. Type: npm install This installs the dependencies as defined in the package.json file.

  3. Type: npm start This launches the TypeScript compiler (tsc) to compile the application and wait for changes. It also starts the lite-server and launches the browser to run the application.