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!
It's Create React App but with Tailwind CSS config, ready to use
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!