Take a look at .env
file in the root. It contains all the environment variables that are used by the app.
You can create .env.local
file and override default values.
# Bash window #1: run Workato Dev Server
...
# Bash window #2: run API server
npm run express
# Bash window #3: run frontend server
npm run serve
npm run build