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
- Host: GitHub
- URL: https://github.com/c0mplexity0/tiny-games-react-vite-template
- Owner: C0mplexity0
- License: gpl-3.0
- Created: 2024-10-28T12:41:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:06:07.000Z (over 1 year ago)
- Last Synced: 2025-02-01T02:24:35.031Z (over 1 year ago)
- Language: TypeScript
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```