This app demonstrates how you can use EeasyBREAD in the real life application.
Make sure you've got the latest stable node and yarn installed.
Run from project root:
$ yarn install
$ yarn buildIn order to allow Google Contacts and GSuite adapters use Google OAuth2.0 flow in the example app, you need to configure it.
Copy the example env file .env.example:
$ cp ./.env.example ./.envThen, edit it following recommendations in the comments.
$ yarn start:server This should start the server on http://localhost:8080;