This repository only serves educational purpose.
mkdir
package.json
file with npm init -y
npm i tailwindcss postcss autoprefixer vite
. In this case, vite is the server.npx tailwind init -p
css
folder, import tailwind and link the stylesheet in index.html
npm run dev
. Vite is looking for the index.html
file