Skip to content

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

Notifications You must be signed in to change notification settings

craigstroman/webpack-hmr-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published