https://github.com/500tech/middleware-lecture
Sample code for the React Next 2017 - Middleware lecture
https://github.com/500tech/middleware-lecture
react redux
Last synced: 5 months ago
JSON representation
Sample code for the React Next 2017 - Middleware lecture
- Host: GitHub
- URL: https://github.com/500tech/middleware-lecture
- Owner: 500tech
- Created: 2017-09-05T08:36:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T11:17:31.000Z (over 8 years ago)
- Last Synced: 2025-04-30T10:33:28.108Z (about 1 year ago)
- Topics: react, redux
- Language: JavaScript
- Size: 326 KB
- Stars: 161
- Watchers: 9
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sample Middleware project for the React Next 2017 talk by [Boris Dinkevich](https://twitter.com/BorisDinkevich)
# Starting
yarn
yarn start
> On windows you might need to run ```set NODE_ENV=src``` before running ```yarn start```