Skip to content

NovoManu/vue-microfrontends-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Orcas TMS microfrontends POC

Prerequisites

Node.js >=16

Orchestrator installation and start

cd orchestrator
npm install
npm start

This is the whole application and will start on localhost:8080. Credentials is the same as Orcas TMS staging.

Auth installation and start

cd orchestrator
npm install
npm start

This is Auth microfrontend and will start on localhost:8081

Marketplace installation and start

cd orchestrator
npm install
npm start

This is Marketplace microfrontend and will start on localhost:8082

Profile installation and start

cd orchestrator
npm install
npm start

This is Profile microfrontend and will start on localhost:8083

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published