Todo-app for learning how to create a progressive web app with React
To use the app, first download source
git clone https://github.com/corbig/react-offline-todothen install dependencies.
npm installTo start in dev environment use
npm startTo start in prod environment use
npm install -g serve
npm run build
serve build