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)
- Host: GitHub
- URL: https://github.com/thre4dripper/tailwind3.0-starter-template
- Owner: Thre4dripper
- License: mit
- Created: 2022-04-10T21:38:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T14:15:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T16:21:35.755Z (5 months ago)
- Language: HTML
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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