check out the deployed game hitOrMiss
please refer to this code as the complete solution code from the tutorial series hitOrMiss published on medium
here you find the first part
To run the game on your local machine
git clone https://github.com/isastettler/hitOrMiss.git
npm install
npm run start-dev
open you browser and run the game on localhost://8080