Next JS, run:
nx dev test-app --port=3000 --verbose
Port : 3000
Next JS, run:
nx dev teachers --port=3001 --verbose
Next JS, run:
nx dev test-next-route --port=4100 --verbose
basePath : http://localhost:4100/iframenext/
Port : 4100
Next JS, run:
nx serve test-react-vite --port=4200 --verbose
basePath : http://localhost:4200/iframereact/
Port : 4200
Next JS, run:
nx dev authentication --port=4101 --verbose
basePath : http://localhost:4101/authentication/
Port : 4101
Next JS, run:
nx dev scp-teacher --port=4102 --verbose
basePath : http://localhost:4102/scp-teacher/
Port : 4102
Next JS, run:
nx dev youthNet --port=4103 --verbose
basePath : http://localhost:4103/youthnet/
Port : 4103
nx graph
npx nx run-many --target=build --all
npm install -g nx
import { SharedLib } from '@shared-lib';