GitXplorerGitXplorer
n

aspnetcore-webpack-hmr-demo

public
58 stars
13 forks
0 issues

Commits

List of commits on branch master.
Unverified
b969c8bca2a574fb84221379bbad575093c64426

Initial commit

committed 7 years ago

README

The README file for this repository.

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.

screenshot