We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When this project is published using any of the following means, it automatically creates production version of client and server code.
npm run build:prod
package.json
AspNetCoreSpa.csproj
In order to deploy application to production environment, here are few ways:
run dotnet publish -c release command from project root location. This will create production artifacts at this location:
dotnet publish -c release
AspNetCoreSpa\bin\Release\netcoreapp1.1\publish
Copy files from this location to destination of your choice e.g IIS website, Azure web app etc.
Right click the project and click publish command. Select the deployment destination.