varun93 / react-redux-offline

Example of react with redux-offline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Offline TODO App

TODO app to demonstrate how to build offline apps in redux using redux-offline library. I developed while exploring the techniques to write a truly offline app in React and Redux.

How to get started?

  1. git clone {repository_url}
  2. cd code
  3. npm install
  4. npm start to start the client app
  5. npm dev for dev server

Note : Be sure to replace the link to the mongo DB server in server.js.

Contributors

  1. Varun Hegde(1hvarun@gmail.com)

About

Example of react with redux-offline.


Languages

Language:JavaScript 80.2%Language:HTML 17.1%Language:CSS 2.7%