First to get things started clone the project and run the following:
npm i
npm start
This will start a local webpack dev-server.
###############################
Next: This Tutorial has 3 parts:
checkout branch 1_setup
git checkout 1_setup
npm start
checkout branch 2_UI
git checkout 2_UI
npm start
checkout to branch 3_store
git checkout 3_store
npm start