npm install
dotnet restore
dotnet run -p src/AspNetCoreDemoApp/AspNetCoreDemoApp.csproj
npm start
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
Click the button below to set up this sample app on Heroku: