#########################################
#########################################
- Clone repository.
- Run
npm install
. IN THIS ORDER USE THREE DIFFERENT CONSOLE TABS - Run
redis-server
. - Run
npm start
. - Run
npm run watch
. - IF you are working on client side you need to Run
npm watch
&npm start
.