# React + TypeScript + Vite 1. # run command: npm create vite@latest 2. give name to the project 3. select : react ts 4. install and set up tailwind css: # run command: npm install -D tailwindcss postcss autoprefixer # run command: npx tailwindcss init -p # React_TypeScript