A browser game written in TypeScript.
Demo: https://hachy.github.io/all-square/
- Clone this repo to your local machine.
git clone git@github.com:hachy/all-square.git
cd all-square/
- Initial setup
npm install
- Start the app locally
Open browser and navigate to http://localhost:1234
npm run dev