ReactFondue is minimal React boilerplate with support for code splitting, hot module reload and server side rendering.
👇 | Includes |
---|---|
⚙ | Babel 7 |
📦 | Webpack 4 |
⚛ | React 16 |
🕸 | 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 lint
npm run prod
Ready to deploy 🚀