TailwindCSS Starter is minimal boilerplate to help your journey to explore Tailwind.
-
Clone this repo
-
Install Package
npm install or npm update -
Initialized Tailwind Config
npm run init-tailwind -
Re-create the initial css file
npm run cssthis will generate filesrc/style.css -
Run Local Server &&
npm run dev -
Start building your website in the
/srcfolder. -
Ready for production. Build & Optimize for production
npm run build -
Run production
npm run prod
Have a bug, suggestion or question? Open a new issue here on GitHub.