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.
- git clone {repository_url}
- cd code
- npm install
npm start
to start the client appnpm dev
for dev server
Note : Be sure to replace the link to the mongo DB server in server.js.
- Varun Hegde(1hvarun@gmail.com)