https://github.com/khalidsheet/vite-react-ts-starter
https://github.com/khalidsheet/vite-react-ts-starter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/khalidsheet/vite-react-ts-starter
- Owner: khalidsheet
- Created: 2023-10-28T23:57:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T00:11:05.000Z (over 2 years ago)
- Last Synced: 2024-12-26T03:25:25.816Z (over 1 year ago)
- Language: CSS
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
You can clone it using
```bash
npx degit khalidsheet/vite-react-ts-starter my-project
```
or if want to select another version that located in a different branch
```
npx degit khalidsheet/vite-react-ts-starter#v1_0_0 my-project
```