The API client is publicy available at https://tools.onofficeweb.com/api-client/.
- Ensure that Node is installed.
- Run
npm install
to install Node dependencies.
- 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.