Next JS, run:
nx dev teachers --port=3001 --verbose
Next JS, run:
nx dev admin-app-repo --port=3002 --verbose
Next JS, run:
nx dev authentication --port=4101 --verbose
basePath : http://localhost:4101/authentication/
Port : 4101
Next JS, run:
nx dev scp-teacher-repo --port=4102 --verbose
basePath : http://localhost:4102/scp-teacher-repo/
Port : 4102
Next JS, run:
nx dev youthNet --port=4103 --verbose
basePath : http://localhost:4103/youthnet/
Port : 4103
Next JS, run:
nx dev workspace --port=4104 --verbose
basePath : http://localhost:4104/workspace/
Port : 4104
Next JS, run:
nx dev notification --port=4105 --verbose
basePath : http://localhost:4105
Port : 4105
nx graph
npx nx run-many --target=build --all
npm install -g nx
import { SharedLib } from '@shared-lib';