A minimal React boilerplate with support for code splitting, commitlinting, code linting, hot module reload and server side rendering.
| 👇 | Includes |
|---|---|
| ⚙ | Babel 7 |
| ⚙ | Standard 12 |
| 📦 | Webpack 4 |
| ⚛ | React 16.8 |
| 🕸 | CSS Modules |
| 🎨 | PostCSS |
| 🤖 | Express Server |
| 🔥 | Hot Module Replacement |
| ✂️ | Code Splitting |
| 🛎 | Server Side Rendering |
> $ npm install
Build and open your browser to http://localhost:8080.
> $ npm run dev
> $ npm run prod
The production server build is built into ./build while the client build is built into ./dist
Thanks to Luan and his project that provided a great deal of the intial scaffolding I used for this boilerplate!