From a6fe9935df29cad56821fa41ef8ef02be4ebace3 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Wed, 8 Feb 2017 22:36:36 +0100 Subject: [PATCH] :doc: update doc --- README.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c8ff64..c7ccbf0 100644 --- a/README.md +++ b/README.md @@ -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~~ \ No newline at end of file + - 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) \ No newline at end of file