If you didn't clone this repository yet you may do so adding the --recurse-submodules
flag for your convenience:
git clone --recurse-submodules <url>
If you already cloned it without the above mentioned flag then run:
git submodule init
git submodule update --recursive --remote
npm install
npm start
Congratulations!
You're all set.
Now browse to localhost:8081!