- Use NPM to install serve. Execute the command
npm install -g serve
. - Execute the command
serve
in the root folder of this project to start a HTTP server on your local machine to see this sample app running.
Note: Any simple HTTP server is fine to execute this. Using serve
is not mandatory.
- Change the phyllo environment url in phylloAPIHelper.js via PHYLLO_BASE_URL
- Enter your client_id in phylloAPIHelper.js line PHYLLO_CLIENT_ID = "<CLIENT_ID>";
- Enter your client_secret in phylloAPIHelper.js line PHYLLO_SECRET_ID = "<CLIENT_SECRET>";