# Setup ViteReact-App
At first make sure, you have a working ViteReact App
# Setup TailwindCSS
install TailwindCSS and dependencies.
generate your tailwind.config.js & postcss.config.js files.
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -pconfigure your template paths in your tailwind.config.js file
- add the
contentsection
start your build process
npm run dev