Frontend: TypeScript + React + Vite
-
Install Vite
npm create vite@latest
-
Star and Fork this repo
-
Clone the repo
git clone https://github.com/{Your_Github_username}/live-bidding-system
-
Go to the directory and install all the dependency
npm i
-
Run the server by typing and hit enter
npm run dev