Skip to content

klebersigrist/microfrontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microfrontends

Starter kit to demonstrate a microfrontend application architecture approach:

Run instructions:

/microfrontend:

  • npm i
  • npm pack

/orchestrator:

  • update package.json with the local path of microfrontend.tgz package
  • npm i
  • npm run build
  • npm start

/dashboard:

  • update package.json with the local path of microfrontend.tgz package
  • npm i
  • npm run build
  • npm start

/profile:

  • update package.json with the local path of microfrontend.tgz package
  • npm i
  • npm run build
  • npm start

access: http://localhost:8081

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages