/react-redux-offline

Example of react with redux-offline.

Primary LanguageJavaScript

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)