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

https://github.com/fuse-box/fuse-react-demo


https://github.com/fuse-box/fuse-react-demo

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Fuse react demo

This demo demostrates the following

- [fuse-react](https://github.com/fuse-box/fuse-react) router and lazy loading
- FuseBox automatic JS Code Splitting
- FuseBox automatic CSS Code Splitting

## Install and run

```
npm install;
node fuse dist
```

If you want to run it in development mode

```
node fuse
```