Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ifalfahri/snakegame
a snake game
https://github.com/ifalfahri/snakegame
Last synced: about 1 month ago
JSON representation
a snake game
- Host: GitHub
- URL: https://github.com/ifalfahri/snakegame
- Owner: ifalfahri
- License: mit
- Created: 2024-12-05T14:43:17.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-05T15:08:16.000Z (about 1 month ago)
- Last Synced: 2024-12-05T16:22:32.023Z (about 1 month ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Typescript Tailwind Starter
> A minimal starter template to quickly setup your project with Vite, React, and Tailwind CSS in Typescript + SWC.
## 🚀 Getting Started
You can either
### 1. Use this repository as template
By clicking the green "Use this template" button at the upper right in this page, or by simply clicking this [link](https://github.com/new?template_name=react-ts-tailwind-starter&template_owner=ifalfahri)
### 2. Deploy to Vercel[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fifalfahri%2Freact-ts-tailwind-starter)
### 3. Manual
```
git clone https://github.com/ifalfahri/react-tailwind-starter.git
```and then you can
```
npm install
```
```
npm run dev
```## 💡 Features
- Vite for fast bundling and development.
- React for building interactive UIs.
- Typescript for type safety and better developer experience.
- Tailwind CSS for utility-first styling.
- SWC for faster JavaScript compilation.