Blazing fast prototyping with Parcel and Tailwind CSS
- Zero config – Parcel
- Future CSS spec – PostCSS preset-env
- Utility-first – Tailwind CSS
- Lightweight CSS bundle – PurgeCSS
- Clone the repo
- Install dependencies
npm install
- Start the server
npm run dev
Note: This template works extremely well with Tailwind CSS IntelliSense VS Code extension
- Run
npm run prod
to bundle your code - Deploy the
dist
folder