Simple skeleton project ready to be used in everything you want! :)
This is the first step to initialize a project in React Js with Redux + React Router
It's prepared with the next libraries:
- react-redux - Official React bindings for Redux
- react-router-dom - DOM bindings for React Router
- react-router-redux - Ruthlessly simple bindings to keep react-router and redux in sync
- redux - Predictable state container for JavaScript apps
- redux-thunk - Thunk middleware for redux
Install the dependencies and start the server.
$ git clone repository
$ npm install
$ npm start