> For the complete documentation index, see [llms.txt](https://adam-37.gitbook.io/joomadeung/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adam-37.gitbook.io/joomadeung/undefined-1/vite-+-react/vite-react.md).

# Vite  React 설치 방법

## 👉vanilla JS

```
   `yarn create vite <프로젝트 이름> —template react`
```

***

## 👉React + Typescript

```
   yarn: `yarn create vite <프로젝트 이름> —template react-ts`       

   npm: `npm create vite@latest router-loader —template react-ts`

   `yarn create vite —template react-ts ./`

   `yarn`

   `yarn init -y`
```

***

```
   `npm create vite@latest`

   `npm i`

   `npm run dev`
```

***

+tailwind

`npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p`
