NestJS server + Angular client = 😍
- run
npm run installto install all client & server dependencies - create a
server/.envfile withAPI_PREFIX=/apito store environment variables for your server - run
npm run start:clientto build the client in a watch mode - run
npm run start:serverto serve the app - navigate to
http://localhost:4201
http://localhost:3000/api