Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-template

cd vite-react-template
rm -rf .git
git init
git remote add origin
git add .
git commit -m "Initial commit"
git push -u origin master
```