/webpack-hmr-express

A boilerplate for configuring WebPack hot module replacement using Express for the server

Primary LanguageJavaScript

Webpack Hot Module Replacement (HMR) with Express

A boilerplate for configuring WebPack hot module replacement using Express for the server.

Using Localy

  • Open terminal and run git clone https://github.com/craigstroman/webpack-hmr-express.git.
  • Then run cd webpack-hmr-express.
  • Install the dependencies by running npm install.
  • Start the server with npm run server.
  • Open a new terminal in the project directory and start the client by running npm run client.