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

https://github.com/roylee0704/redux-reddit

Reddit-APIs powered web application, developed in React-Redux.
https://github.com/roylee0704/redux-reddit

Last synced: 2 months ago
JSON representation

Reddit-APIs powered web application, developed in React-Redux.

Awesome Lists containing this project

README

        

# redux-boilerplate

A Redux boilerplate that enables seamless development workflow for React+Redux+Es6+HotLoader.

## Install & Run
1. `npm install`
2. `npm start` to kick-start `node-express` server.

## Note
Hot-loader will not auto-refresh changes made at:
- index.html
- index.js

but only on `React Components`, i.e: `containers/App.js`.

Hence, if you see the following warnings: `The following modules couldn't be hot updated: (Full reload needed)`,
reload the page yourself.