Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ifalfahri/snakegame

a snake game
https://github.com/ifalfahri/snakegame

Last synced: about 1 month ago
JSON representation

a snake game

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.