A basic starter pack to get your project started with TailwindCSS. It generates tailwind styles from ./assets/css/tailwind.css
and outputs in ./assets/css/style.css
. It supports multiple HTML files and all HTML files need to be in the root directory.
After cloning or downloading the files, go to the project folder and run
npm install
After installing the dependencies, run npm run watch
to generate and watch CSS as development mode.
npm run watch
Run npm run build
to generate and minify CSS as production mode.
npm run build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. If you like this project, don't forget to give it a star.