একটি আধুনিক, রেসপনসিভ এবং দ্রুত লোডিং বাংলা ল্যান্ডিং পেজ যা তৈরি করা হয়েছে Vite + React + TypeScript + Tailwind CSS + shadcn/ui ব্যবহার করে।
এই প্রজেক্টটি সম্পূর্ণ Static SPA (Single Page Application) — কোনো Backend বা Database সংযুক্ত নেই।
👉 Full Webpage View as Image 👉 Full Webpage View as PDF
- ⚡ Vite — Fast build & dev server
- ⚛️ React 18
- 🧠 TypeScript
- 🎨 Tailwind CSS
- 🧩 shadcn/ui
- 🎬 Framer Motion
- 🧭 React Router DOM
- 📦 Lucide Icons
- Clone this repo:
or download the repository as a
git clone https://github.com/Munna-Soft/Pizza-Course-Landing-Page.git
.zip& extract with winrar or 7zip.
- Open Project Directory & run cmd in directory url section or open project as vs code terminal
OR
npm install
⏳ This may take 1–2 minutes on first install.npm install i
- If Face any error try below Command
npm install --legacy-peer-deps
- Open Project Directory & run cmd in directory url section or open project as vs code terminal
npm run dev
- The app will run on: default
http://localhost:8080
⚠️ If the port is different, checkvite.config.ts& vite port configureserver: { port: 8080, }⚠️ If the port is busy try below Commandnpm run dev -- --port 3001
- Open Project Directory & run cmd in directory url section or open project as vs code terminal
npm run build
- After running this command, a dist/ folder will be generated.
Ex: https://course.yourdomain.com
- Open cPanel → File Manager
- Navigate to the domain's root folder (public_html or subdomain folder)
- Upload all contents inside the dist/ folder
- 👉 Make sure index.html is directly inside the root folder
- Create a .htaccess file in the root directory and paste the following code:
Or Upload already build htaccess file from
RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.html [L]
documentation/ → .htaccess
🛠️ Develop and maintaince by Munna MasterMind & Portfolio 👈
🌍 Open-source and free for all creators.
Released under the MIT License. See LICENSE for details.
Copyright (c) 2025 Munna MasterMind
If my project help you, please ⭐ star my repos —
It motivates me to build more awesome systems! & consider buying me a coffee via Binance Pay:
🚀 Every contribution keeps me motivated and helps me improve this project!
Pull requests and issues are welcome if you want to improve or suggest new features.