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

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

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)