All Projects → jincod → Aspnetcoredemoapp

jincod / Aspnetcoredemoapp

Licence: mit
ASP.NET Core demo app with webpack bundle

Projects that are alternatives of or similar to Aspnetcoredemoapp

React Core Boilerplate
Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
Stars: ✭ 169 (+116.67%)
Mutual labels:  webpack, aspnetcore
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (+100%)
Mutual labels:  webpack, heroku
Reactly Starter Kit
Deployable React + Webpack 2 starter kit
Stars: ✭ 122 (+56.41%)
Mutual labels:  webpack, heroku
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-84.62%)
Mutual labels:  webpack, heroku
Angularwebpackvisualstudio
Template for ASP.NET Core, Angular with Webpack and Visual Studio
Stars: ✭ 497 (+537.18%)
Mutual labels:  webpack, aspnetcore
React Node Example
a minimalist starter repo for React and Node to deploy to heroku
Stars: ✭ 197 (+152.56%)
Mutual labels:  webpack, heroku
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+2230.77%)
Mutual labels:  webpack, heroku
Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+24020.51%)
Mutual labels:  webpack, heroku
Great Big Example Application
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
Stars: ✭ 899 (+1052.56%)
Mutual labels:  webpack, heroku
Typescript Boilerplate
Start writing stuff in TypeScript without bothered by configurations
Stars: ✭ 35 (-55.13%)
Mutual labels:  webpack, heroku
Aspnet.security.oauth.providers
OAuth 2.0 social authentication providers for ASP.NET Core
Stars: ✭ 1,186 (+1420.51%)
Mutual labels:  aspnetcore
Yishaadmin
基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观。演示版 http://106.14.124.170/admin
Stars: ✭ 1,186 (+1420.51%)
Mutual labels:  aspnetcore
Polled.win
📊 Real time polling
Stars: ✭ 76 (-2.56%)
Mutual labels:  webpack
Generator Django Rest
Yeoman generator for a Django REST/GraphQL API, an optional React SPA & lots more!
Stars: ✭ 77 (-1.28%)
Mutual labels:  heroku
Mathworldvr
Math world in WebVR, powered by A-frame.
Stars: ✭ 73 (-6.41%)
Mutual labels:  webpack
Template.js
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
Stars: ✭ 1,201 (+1439.74%)
Mutual labels:  webpack
Aspnetcore Vue Starter
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
Stars: ✭ 1,182 (+1415.38%)
Mutual labels:  aspnetcore
Seed Quickstart Webpack
Template for web apps with Seed (Rust framework), TailwindCSS and Webpack.
Stars: ✭ 73 (-6.41%)
Mutual labels:  webpack
Ant Simple Pro
简洁,美观,快速上手,支持3大框架(vue3.0,react,angular,typescript);Concise, beautiful, quick to get started, support 3 big frameworks
Stars: ✭ 73 (-6.41%)
Mutual labels:  webpack
Aspnetcorespa
Asp.Net 5.0 & Angular 11 SPA Fullstack application with plenty of examples. Live demo:
Stars: ✭ 1,211 (+1452.56%)
Mutual labels:  aspnetcore

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].