AspNetCoreDemoApp icon indicating copy to clipboard operation
AspNetCoreDemoApp copied to clipboard

ASP.NET Core demo app with webpack bundle

ASP.NET Core Demo App

Build status

Usage

npm install
dotnet restore
dotnet run -p src/AspNetCoreDemoApp/AspNetCoreDemoApp.csproj
npm start

Deploy to Heroku

Manual

Using custom buildpack dotnetcore-buildpack

heroku buildpacks:set https://github.com/jincod/dotnetcore-buildpack
heroku buildpacks:add --index 1 heroku/nodejs

Using Multiple Buildpacks for an App

Heroku Deploy button

Click the button below to set up this sample app on Heroku:

Deploy

Blog posts