Skip to content

Aakashdeveloper/Angular2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e72ff44 · Oct 19, 2017

History

18 Commits
Mar 21, 2017
Mar 21, 2017
Oct 19, 2017
Mar 23, 2017
Mar 21, 2017
Mar 21, 2017
Aug 14, 2017
Mar 21, 2017
Mar 23, 2017
Aug 16, 2017
Mar 21, 2017
Aug 14, 2017
Mar 21, 2017
Mar 21, 2017

Repository files navigation

Live Link

  1. Open a command prompt in the project's root directory (APM)

  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.