Simple game built using typescript/node for the backend, plain HTML/javascript for the front-end
This repository is a rivisitation of the following tutorial series: https://www.youtube.com/watch?v=PfSwUOBL1YQ
- Clone the repository
- Run
npm install
- Make sure that nodemon and ts-node are installed
- Run
nodemon ts/Main.ts
- Navigate to localhost:2000