Copy .env-example to .env
.
npm install
npm run dev
After starting and if you didn't make any changes to .env
, you can
- Visit the client at: http://localhost:5173
- Backend will run at: http://localhost:3000
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.
Run nx graph
to see a diagram of the dependencies of the projects.
Visit the Nx Documentation to learn more.