Skip to content

AshHeart/react-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-webpack

A React JS Skeleton app using Webpack 4

Install

Run npm install from the cloned repo folder
This will install all node dependencies including React.

Execution

Development Mode

While developing your react app run npm run start to get a browser with Live Relaod and HMR

Production Mode

To build for production run npm run build
This will create a folder viz ./dist which will have all the files that can be directly served.

Future Work

  • PostCSS and Auto-Prefixing can be added
  • Minification of HTML and other files
  • Hashing can be applied to filenames to improve HMR

Changelog

See changelog file changelog.md

About

A React JS Skeleton app using Webpack 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published