TODO

Build Status

PWA Todo App built with React+Redux

How to run this app in dev environment

  1. run commands below

    yarn
    yarn start
    
  2. open url http://localhost:3000

How to build app for production environment

yarn build