This is a starter kit for using Gulp with TailwindCSS. It provides a simple setup to get started with a development environment that includes live reloading, CSS processing, and TailwindCSS.
git clone https://github.com/Sivamani-18/gulp-tailwind-starter.git
cd gulp-tailwind-starter
npm install
To start the development server and watch for file changes, run:
gulp
gulp-tailwind-starter/
├── dist/
│ └── css/
│ └── tailwind.css (generated by gulp)
├── node_modules/ (generated by npm install)
├── src/
│ ├── styles/
│ │ └── tailwind.css
│ └── index.html
├── gulpfile.js
├── package.json
├── postcss.config.js
└── tailwind.config.js