项目作者: jincod

项目描述 :
ASP.NET Core demo app with webpack bundle
高级语言: C#
项目地址: git://github.com/jincod/AspNetCoreDemoApp.git
创建时间: 2015-09-23T08:12:30Z
项目社区:https://github.com/jincod/AspNetCoreDemoApp

开源协议:MIT License

下载


ASP.NET Core Demo App

Build status

Usage

  1. npm install
  2. dotnet restore
  3. dotnet run -p src/AspNetCoreDemoApp/AspNetCoreDemoApp.csproj
  4. npm start

Deploy to Heroku

Manual

Using custom buildpack dotnetcore-buildpack

  1. heroku buildpacks:set https://github.com/jincod/dotnetcore-buildpack
  2. 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