An open API service indexing awesome lists of open source software.

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

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
```