Install dependencies Run npm install Start the BFF application Run npx nx serve bff for start bff express server. Start the Frontend application Run npx nx serve frontend for start bff express server. Application can be open with next URLs: http://localhost:4200/ - FE part http://localhost:3333/bff/list - BFF api with mock data.