https://github.com/kimobrian/react-setup
A full react boiler plate with redux, react-router-4, webpack etc
https://github.com/kimobrian/react-setup
boilerplate react react-router-v4 react-setup redux
Last synced: 6 months ago
JSON representation
A full react boiler plate with redux, react-router-4, webpack etc
- Host: GitHub
- URL: https://github.com/kimobrian/react-setup
- Owner: kimobrian
- License: apache-2.0
- Created: 2017-07-22T00:57:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T00:06:16.000Z (over 7 years ago)
- Last Synced: 2025-05-15T23:13:13.116Z (8 months ago)
- Topics: boilerplate, react, react-router-v4, react-setup, redux
- Language: JavaScript
- Size: 127 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Setup
A full react boiler plate with redux, react-router-4, webpack etc.
Clone and start app with `npm start`/`yarn start`
Follow [Server Repo](https://github.com/kimobrian/JSON-SERVER/tree/master) to setup server for this client.
To be Addded>
> Update `webpack.production.config.js`
> Setup tests with karma/jasmine+enzyme. (On different branch)
> Tests with jest+enzyme. (On different branch)