Setup
- Create https://github.com and https://stackoverflow.com accounts
- Install git (https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- Install NodeJS (https://nodejs.org/en/download/)
- Install Visual Code Studio (https://code.visualstudio.com/)
- Install Chrome if you don't have it
Get the code:
- In a console type:
git clone https://github.com/davidfig/dots-and-boxes.git
cd dots-and-boxes
code .
npm install
npm start
- Open a browser to http://localhost:1234/
- Open the developer tools in Chrome (More Tools > Developer Tools or Ctrl+Shift+I or something similar for mac)