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

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

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.