Project Overview
Multikart is a versatile e-commerce HTML template developed by Pixelstrap, featuring 50+ pre-built homepages, 32 inner pages, 17 product pages, and a complete admin dashboard. Built with HTML/CSS3 + jQuery and supporting Gulp workflow, it's ideal for quickly building responsive e-commerce websites.
Tech Stack
- HTML5 / CSS3 / JavaScript (jQuery)
- Bootstrap 4/5
- Gulp 4 build tool
- SASS/SCSS style preprocessing
- Owl Carousel, Remix Icon, Font Awesome
Project Structure
multikart-update/
├── documentation/
│ └── index.html # Online documentation
└── template/
├── gulpfile.js # Gulp task configuration
├── package.json # Dependency declaration
├── index.html # Template showcase homepage
├── assets/ # Public static resources
├── front-end/ # Frontend store pages
│ ├── index.html
│ └── *.html # Products, categories, blog, etc.
├── back-end/ # Admin management pages
│ ├── index.html
│ ├── product-list.html
│ └── order-*.html
└── email-template/ # Email notification templates
Core File Description
template/index.html— Template showcase homepage with navigation to frontend/backend entry pointstemplate/gulpfile.js— Gulp build tasks (SASS compilation, hot reload, image optimization)template/front-end/index.html— Frontend store homepage templatetemplate/back-end/index.html— Admin dashboarddocumentation/index.html— Complete usage documentation
Quick Start
cd multikart-update/template
npm install
gulp
For static usage: Open template/index.html directly in your browser to access the showcase page, or open front-end/index.html to view the frontend.
Usage Recommendations
This template consists of pure frontend static pages and requires integration with a backend API. The frontend and backend pages are separated, with the backend suitable as a UI reference for e-commerce management systems.
