Merge branch 'master' into patch-1

This commit is contained in:
Eilon Lipton
2018-07-19 10:15:36 -07:00
committed by GitHub
5 changed files with 6 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ In an empty directory, run (for example) `dotnet new angular`. Other supported S
Once the generator has run and restored all the dependencies, you can start up your new ASP.NET Core SPA:
npm install
dotnet run
dotnet run
### Option 2: Creating Angular/React/Redux applications using Visual Studio 2017 Update 3 or later (Windows only)