k4m4r82 / AspNet5DemoApp

ASP.NET Core demo app with webpack bundle

Home Page:https://aspnet5demoapp.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core Demo App

Build status

Usage

npm install
cd src/AspNetCoreDemoApp
dotnet restore
dotnet run

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

About

ASP.NET Core demo app with webpack bundle

https://aspnet5demoapp.herokuapp.com/


Languages

Language:C# 52.7%Language:JavaScript 45.4%Language:Shell 1.4%Language:CSS 0.5%