Tailwind HTML Template Boilerplate

A starter template for building web projects using Tailwind CSS.
Features
- Pre-configured with Tailwind CSS
- Responsive layout using Flexbox or Grid
- Lightweight and optimized for performance
- Easy customization and extension
Install the VS Code Extension to increase efficiency and productivity.
Usage
- Clone the repository:
git clone https://github.com/JHShovon/tailwind-html-template-boilerplate.git
- Navigate to the project folder:
cd tailwind-html-template-boilerplate
- Install the dependencies using Yarn:
yarn install
- Start the development server:
yarn dev
- To create a production-ready for minify CSS build of your project, run the following command:
yarn build