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

https://github.com/oliverjash/react-redux-suspense-issue


https://github.com/oliverjash/react-redux-suspense-issue

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-redux-suspense-issue

```bash
yarn
```

## server

```bash
rm -rf dist-server && webpack --config server.webpack.config.js --watch
nodemon dist-server/main.js
open localhost:8080
```

## client

```bash
rm -rf dist-client && webpack --config client.webpack.config.js --watch
```