https://github.com/oliverjash/react-redux-suspense-issue
https://github.com/oliverjash/react-redux-suspense-issue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliverjash/react-redux-suspense-issue
- Owner: OliverJAsh
- Created: 2022-10-11T20:13:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T07:39:27.000Z (over 2 years ago)
- Last Synced: 2025-01-16T22:12:32.969Z (5 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```