Download Node.js (LTS is fine) https://nodejs.org/en/
Clone Repo
git clone https://github.com/gt-webdev/react-click-game-p2.git
cd react-click-game-p2 or whichever folder you made (new repo folder)
cd complete (completed app) or
cd tryit (incomplete app)
Starting app
npm install
npm start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Stopping app
Cntrl C