Skip to content

tekdi/shikshav2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

shiksha-app

Next JS, run:

nx dev shiksha-app --port=3002 --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

registration

Next JS, run:

nx dev registration --port=4104 --verbose

basePath : http://localhost:4104/mfe_registration/ Port : 4104

content

Next JS, run:

nx dev content --port=4105 --verbose

basePath : http://localhost:4105/mfe_content/ Port : 4105

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';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published