ASP.NET Core Demo App
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: