This project is an example of the monorepo handled by yarn workspaces.
To know more - please refer to: Yarn Monorepo example
If you need the complete monorepo boilerplate - it's here
Use yarn to install dependecies.
yarn
To run the project, you need to build it and start it.
yarn build
yarn start
The project contains backend and frontend workspaces, together with packages, that can be used to extract some logic there.
backend/
frontend/
packages/
config/
.../
.../