Awesome
Create React App + Tailwind CSS
(with Purgecss, Autoprefixer, CSSNano)
It's Create React App but with Tailwind CSS config, ready to use
- Clone
npm i
npm run start
for live reloading (also reloads everytime you change tailwind config)npm run build
for production (purges unused CSS and minifes and adds prefixes)
Thanks!