Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 713 Bytes

ReadMe.md

File metadata and controls

45 lines (31 loc) · 713 Bytes

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