tailwindcss-postcss-browsersync-boilerplate
tailwindcss-postcss-browsersync-boilerplate copied to clipboard
Tailwind CSS + PostCSS + BrowserSync boilerplate
Tailwind CSS + PostCSS + BrowserSync boilerplate
💡 Features
- Tailwind CSS, AutoPrefixer, PurgeCSS and CSSnano configed in PostCSS
- [Optional] automatically download google fonts using get-google-fonts
🏄♀️ How to use
- Use
npm run fontsto download font files from google fonts to/assets - Use
npm run devto generate CSS fromstyle.tailwind.cssto/assets - Use
npm run prodto generate CSS and Purge it and Minify it - Use
npm run watchto watch for changes and run browser-sync