Follow these steps to set up and run the project on your local machine.
Ensure you have the following installed:
- Node.js (version 14 or higher)
- npm or yarn (for package management)
-
Clone the repository:
git clone https://github.com/Bobby-coder/Primekart.git cd Primekart
-
Install dependencies:
Using npm:
npm install
Or using yarn:
yarn install
To run the app locally, execute the following command:
-
Using npm:
npm run dev
-
Using yarn:
yarn dev
After running the above command, open your browser and navigate to http://localhost:5173
to see the app in action!