Skip to content

CosineAI/static-site-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Static Site Template (HTML + Tailwind CSS)

A minimal template for building fast, responsive websites using plain HTML and Tailwind CSS. No JavaScript frameworks or bundlers β€” just clean markup and utility-first styling.


πŸš€ Features

  • ⚑️ Tailwind CSS via CLI
  • 🧱 No JavaScript required
  • πŸ—‚ Simple folder structure
  • πŸ” Watch mode for development

πŸ›  Setup

# Install dependencies (after cloning or creating project)
npm install

# Start Tailwind in watch mode (for development)
npx tailwindcss -i ./src/styles.css -o ./dist/output.css --watch

Open index.html in your browser to view the result.


πŸ“¦ Build for Production

npx tailwindcss -i ./src/styles.css -o ./dist/output.css --minify

πŸ“š Learn More

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published