Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xg4/vite-react-template
✈️ React Starter Template
https://github.com/xg4/vite-react-template
react tailwindcss template typescript vite
Last synced: about 1 month ago
JSON representation
✈️ React Starter Template
- Host: GitHub
- URL: https://github.com/xg4/vite-react-template
- Owner: xg4
- License: mit
- Created: 2022-01-15T13:42:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T02:57:31.000Z (over 2 years ago)
- Last Synced: 2024-11-08T10:06:59.613Z (3 months ago)
- Topics: react, tailwindcss, template, typescript, vite
- Language: TypeScript
- Homepage: https://react-with-vite.vercel.app/
- Size: 929 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React Starter Template
## Features
- ⚠️ main: `react`、`react-router-dom`、`typescript`
- 🚚 build: `vite`
- 🚀 request: `axios`、`react-query`
- 🚧 state management: `react-query`
- 🎨 style: `tailwindcss`
- 🎬 animation: `tailwindcss`、`react-transition-group`
- 🔧 util: `dayjs`、`lodash`
- 📒 format: `eslint`、`prettier`
## Installation
https://github.com/xg4/vite-react-template
```sh
git clone https://github.com/xg4/vite-react-templatecd vite-react-template
rm -rf .git
git init
git remote add origin
git add .
git commit -m "Initial commit"
git push -u origin master
```