Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 787 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 787 Bytes

API Browser

A simple API browser of JSONPlaceholder API. It only uses users enpoint and posts enpoint for simplicity.

The project is written in React, it was bootstrapped with Create React App.

How to run, test, build

In the project directory, run

  • npm install to install dependencies.
  • npm start to run app in development mode. Open http://localhost:3000 to view it in the browser.

    You can run PORT=8000 npm start on Mac / Linux or set PORT=8000 && npm start on Windows to start the app on different port

  • npm run build to build the app for production.