Server-HTTP
This package depends on the routup library and contains:
- controllers &
- middlewares
which need to be registered.
Startup
Backend StartUp
shell
$ npm run cli-dev --workspace=packages/server-api -- start
$ npm run cli-dev --workspace=packages/server-api -- start
Frontend StartUp
shell
$ npm run dev --workspace=packages/client-ui
$ npm run dev --workspace=packages/client-ui