From Interaqt-boilerplate
Setup database:
npm run installStart app server:
npm startStart dashboard:
cd dashboard
npm startIf nothing goes wrong, you can see the dashboard at http://localhost:5173.
Your backend server is at http://localhost:4000.
Interaction api endpoint is http://localhost:4000/api.
Custom data api endpoint is http://localhost:4000/data/:apiName.