Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsmapleleaf/super-mario-typescript

Meth Meth Method's "Writing Super Mario in JavaScript" series, in TypeScript
https://github.com/itsmapleleaf/super-mario-typescript

game gamedev javascript typescript webpack

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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:

- [Node.JS](https://nodejs.org)
- [Yarn](https://classic.yarnpkg.com/en/docs/install)

As well as an editor with support for TypeScript, such as [VSCode](https://code.visualstudio.com)

## Setup

Run these commands on the command line. Clone the repository:

```bash
git clone https://github.com/kingdaro/super-mario-typescript
cd super-mario-typescript
```

Install project dependencies:

```bash
yarn
```

Start the dev server:

```bash
yarn dev
```

Then open up `http://localhost:4000` in the browser to see it running