DEV Community

Cover image for postman clone
alguerocode
alguerocode

Posted on

postman clone

postman-clone

clone postman using reactjs and bootstrap and only json data transformations postman clone repository

library used

  • React
  • Bootstrap
  • nodejs(for test)

Clone the project

  git clone https://github.com/alguerocode/postman-clone.git
Enter fullscreen mode Exit fullscreen mode

Go to the project directory

  cd postman-clone
Enter fullscreen mode Exit fullscreen mode

Install dependencies

  npm install 
Enter fullscreen mode Exit fullscreen mode

Start the server

  npm run start
Enter fullscreen mode Exit fullscreen mode

Top comments (0)