Skip to content

codescandy/furnish-bootstrap-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛋️ Welcome to your Furnish Bootstrap Project

This project is a modern, fast, and scalable frontend built using Vite, Bootstrap 5, HTML, CSS, and JavaScript.
Vite provides lightning-fast development while Bootstrap helps you build responsive layouts with ease.


📂 Project Overview

Your project uses the following core tools:

  • Vite for development & build
  • Bootstrap 5 for UI components
  • HTML5 for markup
  • CSS3 / SCSS for styling
  • JavaScript (ES Modules) for functionality

✏️ How Can I Edit This Code?

You can edit this application using any code editor such as:

  • VS Code (recommended)
  • Sublime Text
  • WebStorm

Before editing, ensure you have:


🚀 Getting Started

# Step 1: Clone the repository using your Git URL.
git clone <YOUR_GIT_URL>

# Step 2: Navigate into your project folder.
cd <YOUR_PROJECT_NAME>

# Step 3: Install all required dependencies.
npm install

# Step 4: Start the development server with hot reload.
npm run dev

Vite will start at:

http://localhost:3000

📦 Build for Production

npm run build

This generates the optimized dist/ folder.

To preview the production build:

npm run preview

🛠 Technologies Used

  • Vite
  • Bootstrap 5
  • HTML5
  • CSS3
  • JavaScript (ES Modules)

📁 Folder Structure

project/
│
├── src/
│   ├── index.html
│   ├── about.html
│   ├── contact.html
│   ├── product-list.html
│   ├── product-single.html
│   │
│   ├── assets/
│       ├── css/
│       │   └── style.css
│       ├── js/
│       │   └── main.js
│       ├── images/
│       └── fonts/
│
├── package.json
├── vite.config.js
└── README.md

❓ Need More Help?

Tell me what section or code you want next! contact us Codescandy