Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 851 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 851 Bytes

PARTOO JS API Integration example

This repo is meant to demonstrate how to integrate Partoo JS API on a single Page application.

This project was bootstrapped with Create React App.

APIs documentation

Partoo APIs documentation can be found here:

Prerequisite

Ask your account manager to give you an access to partoo sandbox environments:

Installing the project

# if you are using yarn
yarn install
# if you are using npm
npm install

Running the project

# if you are using yarn
yarn start
# if you are using npm
npm start