Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 599 Bytes

File metadata and controls

26 lines (20 loc) · 599 Bytes

Postshuttle (Postman-clone)

A simple version React app of Postman built on top of Vite.

How To Run Locally

#Clone the project
$ https://github.com/platosw/postman-clone-react.git

#Go to the project directory
$ cd postman-clone-react

# Install dependencies
$ npm install

# Run the app
$ npm run dev