https://github.com/hanford/code-splitting-tutorial
Small react/react-router4 code splitting boilerplate
https://github.com/hanford/code-splitting-tutorial
Last synced: 22 days ago
JSON representation
Small react/react-router4 code splitting boilerplate
- Host: GitHub
- URL: https://github.com/hanford/code-splitting-tutorial
- Owner: hanford
- Created: 2017-04-29T18:46:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T18:47:18.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T15:50:02.993Z (about 1 month ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Code splitting tutorial
Small react app utilizing code-splitting and react-router v4
Install:
```sh
$ yarn install
```Develop:
```sh
$ yarn watch
```Build:
```sh
$ yarn build
```