Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orasund/cloudflight-game-jam-4


https://github.com/orasund/cloudflight-game-jam-4

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Typescript Create Game

## Install

To install you first need [Node.js](https://nodejs.org/en).

I would recommend using [VS Code](https://code.visualstudio.com/) as your IDE

Next you can install the required packages by writing

```bash
npm install
```

## Run

```bash
npm run dev
```

## Build

```bash
npm run build
```

the compiled files can be found unter `\dist`