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.
- Host: GitHub
- URL: https://github.com/hex2f/redux
- Owner: hex2f
- Created: 2018-10-03T14:52:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T15:05:34.000Z (over 7 years ago)
- Last Synced: 2025-02-01T15:45:01.877Z (over 1 year ago)
- Language: JavaScript
- Size: 587 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.