https://github.com/bingdian/egg-react-ssr-app-example
egg react ssr app base on egg-view-react-loadable
https://github.com/bingdian/egg-react-ssr-app-example
egg egg-react-ssr react react-ssr
Last synced: 3 months ago
JSON representation
egg react ssr app base on egg-view-react-loadable
- Host: GitHub
- URL: https://github.com/bingdian/egg-react-ssr-app-example
- Owner: bingdian
- Created: 2022-02-23T15:22:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T13:14:02.000Z (almost 4 years ago)
- Last Synced: 2025-06-10T11:52:45.237Z (7 months ago)
- Topics: egg, egg-react-ssr, react, react-ssr
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# egg-react-ssr-app-example
egg react ssr app base on [egg-view-react-loadable](https://github.com/bingdian/egg-view-react-loadable)
## QuickStart
### Development
```bash
$ npm i
$ npm run dev:client
$ npm run dev
$ open http://localhost:7001/
```
### Deploy
```bash
$ npm start
$ npm stop
```
### npm scripts
- Use `npm run lint` to check code style.