Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 519 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 519 Bytes

Live Bidding System

Tech Stack Used

Frontend: TypeScript + React + Vite

How to run the project?

  1. Install Vite npm create vite@latest

  2. Star and Fork this repo Star and fork this repo

  3. Clone the repo git clone https://github.com/{Your_Github_username}/live-bidding-system

  4. Go to the directory and install all the dependency npm i

  5. Run the server by typing and hit enter npm run dev