This is a simple Tailwind starter project using the Tailwind CLI. It is meant to be used as a starting point for your projects. This is the same setup used in my Tailwind From Scratch Course.
Clone the repo:
git cloneInstall the dependencies:
npm installBuild or watch the CSS file:
# Build once
npm run build
# Watch for changes
npm run watchThis will watch the src/input.css file and build it to css/style.css, which will be your final CSS file.
This project is open source and available under the MIT License.