Download packages
npm install
Run dev server with HMR(Hot Module Replacement) enabled
npm run dev
Run production server
npm run build
npm run start
This boilerplate provides a light-weight, flexible and up-to-date solutions for React web programming. It supports:
- React single page APP.
- Webpack with Hot Module Replacement and CSS loader.
- Redux data store.
- Helmet header configuration.
Name | Version | Description |
---|---|---|
React | Single page app | |
Redux Redux | Data store | |
React Router | Page routing | |
React Helmet | Header management |
Name | Version | Description |
---|---|---|
Webpack | Assets packaging | |
React Hot Loader | HMR for React | |
CSS loader | CSS loader | |
Extract Text Webpack Plugin | styles spliting |