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

https://github.com/c0mplexity0/tiny-games-react-vite-template


https://github.com/c0mplexity0/tiny-games-react-vite-template

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Tiny Games React Vite Template

A template to help with creating games for Tiny Games.

This specific template uses React and Vite, with TypeScript. If you want a simpler experience, there is also the plain HTML template: https://github.com/C0mplexity0/tiny-games-template.

Icon by Tabler Icons (https://tabler.io/icons).

## Usage
If you're not familiar with Tiny Games, feel free to read the documentation: https://c0mplexity0.github.io/tiny-games.

To use this template, simply put it into the games folder and run the following commands:

```bash
yarn install
yarn dev
```