Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensimmers/typescript-vite-react-app
https://github.com/bensimmers/typescript-vite-react-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bensimmers/typescript-vite-react-app
- Owner: BenSimmers
- Created: 2022-08-30T09:42:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T08:14:44.000Z (about 2 months ago)
- Last Synced: 2024-11-17T09:20:40.406Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://type-script-vite-react-app.vercel.app
- Size: 476 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript-Vite-React-app
A template for React with TypeScript, Tailwind CSS, and Vite with more features to come.
Provides super fast and easy development with hot reloading.# Installation
To use this template, you have 2 options:#### 1. Use the template directly from GitHub
```bash
git clone https://github.com/BenSimmers/TypeScript-Vite-React-app.git
# or fork the template and clone your fork
```#### 2. Degit
```bash
degit https://github.com/BenSimmers/TypeScript-Vite-React-app.git
```#### 3. use npx create-vite-bootstrapper
```bash
npx create-vite-bootstrapper
```