Meth Meth Method's "Writing Super Mario in JavaScript" series, using TypeScript.
Original: https://github.com/meth-meth-method/super-mario
You'll need the following installed:
As well as an editor with support for TypeScript, such as VSCode
Run these commands on the command line. Clone the repository:
git clone https://github.com/kingdaro/super-mario-typescript
cd super-mario-typescript
Install project dependencies:
yarn
Start the dev server:
yarn dev
Then open up http://localhost:4000
in the browser to see it running