• Stars
    star
    99
  • Rank 341,998 (Top 7 %)
  • Language
    C#
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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