#tailwind-css
Read more stories on Hashnode
Articles with this tag
Automating React Project Setup with Tailwind CSS, Vite, pnpm, and Bash Scripting ยท What is Bash scripting? As developers, we often find ourselves...
1. pnpm create vite@latest project-name -- --template react 2. cd my-project 3. pnpm install 4. pnpm install -D tailwindcss postcss autoprefixer 5....