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

https://github.com/hex2f/redux

A clean react / redux boilerplate to get you up and running quickly.
https://github.com/hex2f/redux

Last synced: about 1 year ago
JSON representation

A clean react / redux boilerplate to get you up and running quickly.

Awesome Lists containing this project

README

          

# Redux Boilerplate

How to use:
1. `git clone https://github.com/RekkyRek/redux-boilerplate.git && cd redux-boilerplate`
2. `npm install`
3. `npm run dev`

Routes are in `./src/containers/App.jsx` btw.