Skip to content

ChristopherKubis/mf-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample MF

This repo consists of three projects(MFE's). These projects are run and built separately. They can be uploaded to their own repository.

Micro Front Ends

  1. mf-host This is the host or the stitching layer. Consumes mf-consultation
  2. mf-bidi This MFE will be a bi-directional host module. Exposes itself and consumes mf-components
  3. mf-components This MFE will act as the component library

Setup Steps

We will be able to set the project for development where each MFE will run on its own port

Setup Steps

  1. Install nvm
  2. Install node
  3. Install yarn

Development

  1. Navigate to the sub folders (mf-host, mf-consultation and mf-components) and run yarn
  2. Run yarn start. Note that dependent MF's server should already be started while starting.
  3. You will see all three MFE's running on three ports - http://localhost:9000 http://localhost:9001 http://localhost:9002

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • HTML 14.7%
  • CSS 3.9%