https://github.com/fuse-box/fuse-react-demo
https://github.com/fuse-box/fuse-react-demo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuse-box/fuse-react-demo
- Owner: fuse-box
- Created: 2018-08-28T19:24:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T20:00:21.000Z (almost 8 years ago)
- Last Synced: 2025-04-08T05:37:54.680Z (over 1 year ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```