Von Ton zu Ton

Configure env

Copy .env-example to .env.

Install dependencies

npm install

Run in dev mode

npm run dev

try

After starting and if you didn't make any changes to .env, you can

allow self signed https certificates

The development server and the backend are using self signed https certificates. You will probably tell your browser to trust these certificates. You'll have to manually navigate to your backend once and accept its certificate, so that the websocket connection established from the client won't be rejected.

nx monorepo tips

Understand this workspace

Run nx graph to see a diagram of the dependencies of the projects.

Further help

Visit the Nx Documentation to learn more.