https://github.com/natemcmaster/aspnetcore-webpack-hmr-demo
Demo of ASP.NET Core + webpack + hmr, and a few other things (Open issues on https://github.com/natemcmaster/blog)
https://github.com/natemcmaster/aspnetcore-webpack-hmr-demo
aspnetcore typescript webpack
Last synced: about 1 year ago
JSON representation
Demo of ASP.NET Core + webpack + hmr, and a few other things (Open issues on https://github.com/natemcmaster/blog)
- Host: GitHub
- URL: https://github.com/natemcmaster/aspnetcore-webpack-hmr-demo
- Owner: natemcmaster
- Archived: true
- Created: 2018-07-05T16:25:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T16:26:16.000Z (about 8 years ago)
- Last Synced: 2024-11-13T04:55:04.931Z (over 1 year ago)
- Topics: aspnetcore, typescript, webpack
- Language: C#
- Homepage:
- Size: 665 KB
- Stars: 58
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ASP.NET Core + Webpack + HMR Demo
=================================
A minimal demo showing how to configure:
* Webpack 4
* ASP.NET Core 2.1
* React
* Hot Module Replacement
* TypeScript
* Yarn
One of the primary benefits of configuring HMR is that you can quickly prototype changes to your client code without having to reload the browser or restart the web server.
ASP.NET Core's webpack middleware will automatically start a watcher
process to live-reload your changes.
