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

https://github.com/fibbojs/starter-2d

A 2d game starter based on Vite
https://github.com/fibbojs/starter-2d

Last synced: about 2 months ago
JSON representation

A 2d game starter based on Vite

Awesome Lists containing this project

README

        

# starter-2d
A 2d game starter based on Vite

## Usage

- Clone the repository

```bash
npx tiged fibbojs/starter-2d starter-2d
```

- Install the dependencies

```bash
cd starter-2d
npm install
```

- Start the development server

```bash
npm run dev
```