Skip to content

Repository files navigation

HTML5 Starter Pack

A modern and clean starting point for your web projects, featuring Vite, TailwindCSS, PostCSS, and Prettier.

Features

  • Vite - Lightning-fast development with HMR and optimized builds
  • 🎨 Tailwind CSS - Utility-first CSS framework with PostCSS integration
  • Code Quality - Prettier formatting and TailwindCSS plugin included
  • 📦 Production Ready - HTML minification and optimized asset handling

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run format - Format code with Prettier
  • npm run format:check - Check code formatting

Tech Stack

  • Vite - Next Generation Frontend Tooling
  • Tailwind CSS - A utility-first CSS framework
  • PostCSS - A tool for transforming CSS with JavaScript
  • Prettier - An opinionated code formatter

Project Structure

.
├── assets/          # Static assets
├── index.html       # Entry HTML file
├── package.json     # Project dependencies and scripts
├── postcss.config.js # PostCSS configuration
├── tailwind.config.js # Tailwind CSS configuration
└── vite.config.js   # Vite configuration

License

ISC © [Md Ashikur Rahman]

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages