Skip to content

Latest commit

 

History

History
104 lines (63 loc) · 1.21 KB

README.md

File metadata and controls

104 lines (63 loc) · 1.21 KB

Shikshav20

Host App

test-app

Next JS, run:

nx dev test-app --port=3000 --verbose

Port : 3000

teachers

Next JS, run:

nx dev teachers --port=3001 --verbose

Micro Frontend List

test-next-route

Next JS, run:

nx dev test-next-route --port=4100 --verbose

basePath : http://localhost:4100/iframenext/ Port : 4100

test-react-vite

Next JS, run:

nx serve test-react-vite --port=4200 --verbose

basePath : http://localhost:4200/iframereact/ Port : 4200

authentication

Next JS, run:

nx dev authentication --port=4101 --verbose

basePath : http://localhost:4101/authentication/ Port : 4101

scp-teacher

Next JS, run:

nx dev scp-teacher --port=4102 --verbose

basePath : http://localhost:4102/scp-teacher/ Port : 4102

youthNet

Next JS, run:

nx dev youthNet --port=4103 --verbose

basePath : http://localhost:4103/youthnet/ Port : 4103

NX Command

View Nx Graph

nx graph

Build All Project

npx nx run-many --target=build --all

Install NX Globally

npm install -g nx

Notes

use shared library in any project

import { SharedLib } from '@shared-lib';