Skip to content

muhammadshakkeerp/lackbay-furniture-

Repository files navigation

project-img

Lackbay-Furniture website

Description

Vite Project is a project built using Vite that focuses on [briefly describe the purpose or goal of the project]. It utilizes technologies and libraries to achieve [mention the key goals].

Installation

Before starting, make sure Node.js and npm are installed on your machine.

# Clone the repository
git clone https://github.com/MuhammadShakkeer2030/lackbay-furniture-.git

# Navigate to the project directory
cd lackbay-furniture

# Install dependencies
npm install

Usage

To run the development server:

npm run dev

To build the project:

npm run build

To lint the project:

npm run lint

To preview the project:

npm run preview

Technologies Used

  • Frontend:

    • React
    • React Router Dom
    • React Icons
  • Dev Dependencies:

    • TypeScript
    • ESLint
    • Vite
    • Tailwind CSS

Folder Structure

vite-project/
│
├── src/
│   ├── components/
│   ├── pages/
│   ├── App.tsx
│   └── index.tsx
│
├── public/
│   ├── index.html
│   └── ...
│
├── package.json
├── tsconfig.json
└── ...