This is a starterpack for tailwind. Purge css, minify css and brotli implemented.
- clone repo
- install dependencies with
npm i
- start server by running
npm start
in CLI
env
is set to 'dev' by default. Changeenv
to 'production' before deployinggulp prod
pruge, minify and compress css.