Software-Engineering


# 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 -p

configure your template paths in your tailwind.config.js file

  • add the content section

start your build process

npm run dev