Next JS, run:
nx dev teachers --port=3001 --verboseNext JS, run:
nx dev admin-app-repo --port=3002 --verboseNext JS, run:
nx dev authentication --port=4101 --verbosebasePath : http://localhost:4101/authentication/
Port : 4101
Next JS, run:
nx dev scp-teacher-repo --port=4102 --verbosebasePath : http://localhost:4102/scp-teacher-repo/
Port : 4102
Next JS, run:
nx dev youthNet --port=4103 --verbosebasePath : http://localhost:4103/youthnet/
Port : 4103
Next JS, run:
nx dev workspace --port=4104 --verbosebasePath : http://localhost:4104/workspace/
Port : 4104
Next JS, run:
nx dev notification --port=4105 --verbosebasePath : http://localhost:4105
Port : 4105
Next JS, run:
nx dev players --port=4106 --verbosebasePath : http://localhost:4106
Port : 4106
Next JS, run:
nx dev players --port=4107 --verbosebasePath : http://localhost:4107
Port : 4107
nx graph
npx nx run-many --target=build --all
npm install -g nx
import { SharedLib } from '@shared-lib';docker-compose -f docker-compose.admin-app-repo.yml up -d --force-recreate --no-deps