/APMvscode

https://app.pluralsight.com/library/courses/angular-2-getting-started/table-of-contents

Primary LanguageJavaScript

  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.

    "APM - Start", "APM - Final" code is here: https://github.com/DeborahK/Angular2-GettingStarted