Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Skeleton project with Yarn, Webpack (with HMR), ASP.NET Core 2.0 and TypeScript.

Notifications You must be signed in to change notification settings

ojb500/aspnetcore-webpack-typescript-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aspnetcore-webpack-typescript-skeleton

Features

  • Made for VS2017 + ASP.NET Core 2.0
  • Package management with Yarn
  • Zero client-side dependencies, choose (or roll!) your own front-end
  • No task runner, build runs via npm scripts and msbuild tasks
  • Webpack3 for JS/CSS bundling, TypeScript compilation
  • Hot Module Replacement enables fast iteration during development
  • Great for VSTS / Azure Web Apps.

Quickstart

  • Install nodejs and yarn
  • Clone the repo
  • Open the project in VS2017
  • Run in IIS Express or in console (to taste)
  • Change CSS or TypeScript
  • Marvel as the page updates before your eyes.

About

Skeleton project with Yarn, Webpack (with HMR), ASP.NET Core 2.0 and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published