From 8b6488545acadcbe819742d3065c220262e93592 Mon Sep 17 00:00:00 2001 From: Deborah Kurata <DeborahK@users.noreply.github.com> Date: Wed, 11 May 2016 16:28:36 -0700 Subject: [PATCH] Update readme.md --- APM - Start VS 2015 ASP 4x/readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/APM - Start VS 2015 ASP 4x/readme.md b/APM - Start VS 2015 ASP 4x/readme.md index 10386fd..6d46ecb 100644 --- a/APM - Start VS 2015 ASP 4x/readme.md +++ b/APM - Start VS 2015 ASP 4x/readme.md @@ -1,8 +1,8 @@ -1) Open a command prompt in the project's root directory (APM - Start) +1) Download and install the latest set of TypeScript tools for Visual Studio. + Open Tools | Extensions and Updates and search for TypeScript. Select the tools for the latest TypeScript version (1.8.4 as of now). -2) Type: `npm install` - This installs the dependencies as defined in the package.json file. +2) Open the `APMSolution.sln` file. + This automatically 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. +3) Run the application with the Run button or by pressiong F5. + This launches the TypeScript compiler (tsc) to compile the application and launches the browser to run the application. -- GitLab