An open API service indexing awesome lists of open source software.

https://github.com/thre4dripper/tailwind3.0-starter-template

Starter Template for tailwindcss v3.0 for plain html installation through node (Also optimised for Production)
https://github.com/thre4dripper/tailwind3.0-starter-template

Last synced: 3 months ago
JSON representation

Starter Template for tailwindcss v3.0 for plain html installation through node (Also optimised for Production)

Awesome Lists containing this project

README

        

# Tailwindcss-BoilerPlate

This is a boilerplate for Tailwindcss v3.0 installed as a postCSS plugin and configured for two modes - Watching file changes for **development** and optimizing for **production**:

## How to Setup

**Step 1:**

`npm install`

**Step 2:**

`npm run dev`

Watches files as you make changes to your `index.html` within `public` folder

**Step 3:**

`npm run build`

Uses `vite` to minify the Project files for Production

**[ Optional ]**

`npm run preview`

Check Production build on your system before deployment


>Note: npm commands only work if you have [Node](https://nodejs.org/en/) installed on your computer