Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 513 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 513 Bytes

hitOrMiss

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