Skip to content

Instantly share code, notes, and snippets.

@calvimor
Last active September 11, 2017 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calvimor/f18496a98f37646afba3b0606ce5d15f to your computer and use it in GitHub Desktop.
Save calvimor/f18496a98f37646afba3b0606ce5d15f to your computer and use it in GitHub Desktop.
net core spa template
mkdir Demoapp
cd Demoapp
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
dotnet new angular
dotnet restore
npm install
setx ASPNETCORE_ENVIRONMENT "Development"
dotnet build
dotnet run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment