You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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