Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 293 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 293 Bytes

SafeSlot

Steps to run:

Clone the repo.

git clone https://github.com/shubh28/safeslot-client.git

Install dependencies.

cd safeslot-client
npm install or npm i

Build

npm run build

Start Server.

npm start

Navigate to http://localhost:8080 in your browser.