This project target is to get the best practices of react, es6, saga, redux etc (And their various testing techniques).
- Make sure to have homebrew installed
- Run "npm install"
- Run "npm run install-db" to create a local couch db instance
- Run "npm start" to get the app up and running.
- Open another bash console and Run "npm run start-db" to have the db accesible.
- Open a browser with http://localhost:3000
- you're good to go !!!!