MT Butik is a modern client-facing website designed to showcase products and services for a local business. Built with React, Vite, and Tailwind CSS, it provides a fast, responsive, and visually appealing experience for visitors.
- Landing Page: Engaging hero section with business highlights
- Products Gallery: Visual overview of available products
- Services Section: Details about offered services
- Contact Form: Easy way for customers to reach out
- Footer: Business information and social links
- Responsive Design: Optimized for mobile, tablet, and desktop
- Media Integration: Images and videos to showcase offerings
- React: UI library for building interactive interfaces
- Vite: Fast development server and build tool
- Tailwind CSS: Utility-first CSS framework for rapid styling
- TypeScript: Type safety for scalable development
mt-butik/
├── public/
│ └── images/ # Media assets (images, videos)
├── src/
│ ├── components/ # React components (Header, Hero, Products, etc.)
│ ├── App.tsx # Main app component
│ ├── index.css # Global styles
│ └── main.tsx # Entry point
├── index.html # HTML template
├── package.json # Project metadata and scripts
├── tailwind.config.js # Tailwind CSS configuration
├── vite.config.ts # Vite configuration
└── README.md # Project documentation
- Node.js (v16 or higher recommended)
- npm or yarn
-
Clone the repository
git clone https://github.com/yosephdev/mt-butik.git cd mt-butik -
Install dependencies
npm install # or yarn install -
Start the development server
npm run dev # or yarn devThe site will be available at
http://localhost:5173(default Vite port).
npm run build
# or
yarn buildThe output will be in the dist/ folder.
npm run preview
# or
yarn preview- Images & Videos: Add or replace media in
public/images/ - Content: Update text and sections in
src/components/ - Styling: Modify Tailwind classes in components or update
tailwind.config.js
You can deploy the production build (dist/ folder) to any static hosting service, such as Vercel, Netlify, or GitHub Pages.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is for client use and is not licensed for public distribution.
For business inquiries or support, please contact the site owner via the contact information listed in the footer.