#bpm-people-ui

In order to set up and run the project, follow these steps:

Installing the dependencies

npm install

Configure environment variables

export REACT_APP_BPM_PEOPLE_API_URL=https://bpm-projects-api.azurewebsites.net/
export REACT_APP_BPM_PEOPLE_ACCESS_TOKEN=***your token from https://bpm-projects-api.azurewebsites.net/***

Running the app

npm start