👇 | Includes |
---|---|
⚙ | Babel 7 |
📦 | Webpack 4 |
⚛ | React 16 |
⚝ | Redux |
🤖 | Express Server |
🔥 | Hot Module Replacement |
✂️ | Code Splitting |
🛎 | Server Side Rendering |
$ git clone https://github.com/mirchenko/react-code-splitting.git <YOUR_FOLDER_NAME>
$ cd <YOUR_FOLDER_NAME>
$ yarn
Build and run the app on http://localhost:8080.
$ yarn start
$ yarn build
$ yarn server-build
Run the app on http://localhost:8079.
$ yarn prod