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

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

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```