A starter template for react-redux project. Makes few assumptions:
- sets up a sample synchronous and asynchronous action
- sets up the root reducer
- a pingable HTTP server (using
restify
) that servesindex.html
- connects the redux store
- Run
npm install
- Run
npm compile && npm start
- React/Redux components are compiled from the entry point of
src/main.jsx
to a single file (public/app.js
) and attached toindex.html
. - React components are modular and in
src/ReactComponents
- Redux actions and reducers are in
src/redux
- React-redux documentation