Skip to content

alexanderjsx/react-webpack-hot-middleware-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate for React Hot Reloading with webpack-hot-middleware

  • Install deps
npm i
npm i --only=dev
  • Start server
npm start

Build with Webpack

  • Install webpack globally
npm i -g webpack
  • Run build process (it will clean previous build)
npm build
  • bundle.js can be found in dist folder

About

Simple boilerplate with React and webpack-hot-middleware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published