Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 423 Bytes

onOffice API Client

The API client is publicy available at https://tools.onofficeweb.com/api-client/.

Setup

  1. Ensure that Node is installed.
  2. Run npm install to install Node dependencies.

Launch

  1. Run npm run start to start a hot-reloading dev server that server the prototype at http://localhost:3000 and a proxy server that works around the missing CORS headers from the API.