- to setup environment, create '.env' file
- use can use '.env-template' as a template
To specify s-forms-manager backend api URL, use:
BACKEND_API_URL=http://localhost:8088
To specify s-forms-manager-ui port, use:
By default, the app is running at: http://localhost:3000
See package.json - scripts
section for more tasks.