Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 573 Bytes

File metadata and controls

27 lines (19 loc) · 573 Bytes

Connection embed sample

Project setup

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.

Compiles and hot-reloads for development

# 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

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.