Skip to content

Commit

Permalink
:doc: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste committed Feb 8, 2017
1 parent 7f59b96 commit a6fe993
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ React Redux Discovery
Small todo list started with this [tutorial](http://www.theodo.fr/blog/2016/03/getting-started-with-react-redux-and-immutable-a-test-driven-tutorial-part-1/) to discovery and play with React&Redux

Goals:
- [In Progress] Create basic todo list with previous tutorial
- ~~Use database to persist state~~
- ~~Implement Users who can create private todo list~~
- 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](http://localhost:8080)

0 comments on commit a6fe993

Please sign in to comment.