Welcome to the Bella E-Commerce repository! This project provides a minimal setup for a React application using Vite, with Hot Module Replacement (HMR) and ESLint rules.
To get started with this project, you’ll need to clone the repository to your local machine. Follow these steps:
Make sure you have Git and Node.js installed on your machine.
-
Open your terminal or command prompt.
-
Run the following command to clone the repository:
git clone https://github.com/firaolteshale21/Bella-Ecommerce.git
-
Navigate into the project directory:
cd Bella-Ecommerce
Once you have cloned the repository, install the necessary dependencies by running:
npm install
To start the development server, use the following command:
npm run dev
You can now view the application in your browser at http://localhost:3000
(or the port specified in your terminal).
- React + Vite setup
- Hot Module Replacement (HMR)
- ESLint configuration for code quality
If you'd like to contribute to this project, please fork the repository and create a pull request.