A static site starter template using Tailwind CSS and Gulp.
This document provides documentation for the Tailwind CSS Starter Template. It covers installation instructions, project styles, Just In Time (JIT) mode, working in development, and how to use the Live Server.
pnpm install in the terminal in the root directory.pnpm install if the node_modules folder is missing.dev NPM script. This starts a watch process that generates styles on-demand. Saving HTML files, the tailwind.css file, or the tailwind.config.js file triggers CSS processing and re-compilation. Note that classes are added on-demand but not removed on-demand, so save the tailwind.css file to force a full re-compile and remove unused classes.pnpm install to install the required dependencies and generate the node_modules folder.The Tailwind CSS Starter Template documentation provides instructions for installing and using the template. It details the dependencies required, the file structure, and the use of Tailwind CSS in JIT mode. It also explains how to work in a development environment and the process to watch for changes and re-compile CSS. However, the article abruptly ends when mentioning the use of Live Server, and does not provide further information on this feature.