A React JS Skeleton app using Webpack 4
Run npm install
from the cloned repo folder
This will install all node dependencies including React.
While developing your react app run npm run start
to get a browser with Live Relaod and HMR
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.
- PostCSS and Auto-Prefixing can be added
- Minification of HTML and other files
- Hashing can be applied to filenames to improve HMR
See changelog file changelog.md