super-mario-typescript

Meth Meth Method's "Writing Super Mario in JavaScript" series, in TypeScript

Stars
16

Meth Meth Method's "Writing Super Mario in JavaScript" series, using TypeScript.

Original: https://github.com/meth-meth-method/super-mario

Prerequisites

You'll need the following installed:

As well as an editor with support for TypeScript, such as VSCode

Setup

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

Related Projects