Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 884 Bytes

File metadata and controls

33 lines (21 loc) · 884 Bytes

React Redux Discovery

CircleCI

Small todo list started with this tutorial to discovery and play with React&Redux

Goals:

  • Create basic todo list with previous tutorial
  • [In Progress] Use database to persist state
  • Implement Users who can create private todo list

## Install require node >= 6.4

install dependencies: npm install

build the app: webpack

and open /dist/index.html

test: npm test


if you want auto run test & live build:

npm run test:watch

ẁebpack-dev-server

And now you are is on  http://localhost:8080