A modern HTML project utilizing Tailwind CSS for building responsive web applications with minimal setup.
- HTML5 - Modern HTML structure with best practices
- Tailwind CSS - Utility-first CSS framework for rapid UI development
- Custom Components - Pre-built component classes for buttons and containers
- NPM Scripts - Easy-to-use commands for development and building
- Responsive Design - Mobile-first approach for all screen sizes
- Node.js (v12.x or higher)
- npm or yarn
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
html_app/
├── css/
│ ├── tailwind.css # Tailwind source file with custom utilities
│ └── main.css # Compiled CSS (generated)
├── pages/ # HTML pages
├── index.html # Main entry point
├── package.json # Project dependencies and scripts
└── tailwind.config.js # Tailwind CSS configuration
This project uses Tailwind CSS for styling. Custom utility classes include:
To customize the Tailwind configuration, edit the tailwind.config.js
file:
Build the CSS for production:
npm run build:css
# or
yarn build:css
The app is built with responsive design using Tailwind CSS breakpoints:
sm
: 640px and upmd
: 768px and uplg
: 1024px and upxl
: 1280px and up2xl
: 1536px and up
- Built with Rocket.new
- Powered by HTML and Tailwind CSS
Built with ❤️ on Rocket.new