# test-cicd
**Repository Path**: qianduan365/test-cicd
## Basic Information
- **Project Name**: test-cicd
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-11-06
- **Last Updated**: 2024-11-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Vite + React + TypeScript + Eslint + Prettier Template ⚡
Create a new project with Vite, React JS, TypeScript, Eslint, Prettier in just 1 second and you don't need to setup anything.
#### **Vercel Deploy: https://vite-react-ts-eslint-prettier.vercel.app**

## **Some Features 📋**
Alias Import

Hook Warning

Prettier Warning

Etc...
## **Using 📦**
1. Clone Template
```
git clone https://github.com/igdev116/vite-react-ts-eslint-prettier.git
```
2. Install Packages
```
yarn install
```
3. Start Project
```
yarn dev
```
4. If you using git, delete the existing folder .git after cloning (open `git bash` or other terminal)
```
rm -rf .git
```
## **Options ✍️**
1. Check lint
```
yarn lint
```
2. Fix lint
```
yarn lint:fix
```
3. Check prettier
```
yarn prettier
```
4. Fix prettier
```
yarn prettier:fix
```
5. Fix lint and prettier
```
yarn format
```