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 build
In 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 ./.env
Then, edit it following recommendations in the comments.
$ yarn start:server
This should start the server on http://localhost:8080
;