Todo app copied from various places:
- js from the redux examples
- css from the todomvc
$ npm install -g yarn
$ yarn install
$ DEBUG=* PORT=3000 HOST='0.0.0.0' npm start
Open "http://0.0.0.0:3000/" in a browser
Todo app copied from various places:
$ npm install -g yarn
$ yarn install
$ DEBUG=* PORT=3000 HOST='0.0.0.0' npm start
Open "http://0.0.0.0:3000/" in a browser