After cloning repository install npm packages.
$ cd redis-overview
$ npm installInstall redis-server
$ sudo apt-get install redis-serverthen run command to confirm that everything ok:
$ sudo service redis-server statusAnd the output will be: redis-server is running - that means that server is running.
$ npm startOpen browser on http://localhost:3000/.