-
Notifications
You must be signed in to change notification settings - Fork 4
API Client
Peter Fisher edited this page Sep 21, 2022
·
6 revisions
The API client is a JavaScript package used to make request to the API. The API client contains a Mock API Server that is used for client sided testing.
- Node
- NPM
- Yarn
- Install the packages
yarn install
- Run the mock server
yarn start