- Node.js
- Nx CLI
Before running the project, install all necessary dependencies:
npm install
To run the development server for your frontend, use:
nx serve frontend
To run the development server for your backend, use:
nx serve backend
To run tests for the backend, use:
nx test backend