A modern and responsive web project built with HTML, CSS, and JavaScript.
This project is a multi-page website with a clean and modern design, featuring responsive layouts and component-based architecture.
- Responsive design that works on all devices
- Component-based structure for better maintainability
- Modern CSS styling
- Clean and organized file structure
- Cross-browser compatibility
├── src/
│ ├── assets/
│ │ └── css/
│ │ └── style.css
│ ├── components/
│ │ └── header.html
│ ├── layouts/
│ │ ├── header.html
│ │ └── footer.html
│ ├── content/
│ │ ├── index.html
│ │ └── about.html
│ └── pages/
│ └── index.html
└── README.md
- Clone the repository:
git clone https://github.com/mehmetpolat/html-css-tailwind-gulp-boilerplate
-
Open the project in your preferred code editor
-
Install dependencies:
npm install
- Start a local development server to view the project:
npm run dev
- Build for production:
npm run build
The build process will:
- Minify CSS files
- Optimize images
- Compile and bundle JavaScript
- Generate production-ready files in the
dist
folder
To preview the production build:
npm run preview
After building, the dist
folder will contain:
dist/
├── assets/
│ ├── css/
│ │ └── style.min.css
│ └── images/
├── js/
│ └── main.min.js
└── *.html
- HTML5
- CSS3
- JavaScript
- Gulp
- Tailwind CSS
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions, feel free to reach out:
- GitHub: @mehmetpolat
- Email: [email protected]
Made with ❤️ by Mehmet Polat