Skip to content

3pillarlabs/micro-frontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start the skeleton app

  cd skeleton
  npm i
  npm start

Start the team-blue app

  cd team-blue
  npm i
  npm start

Start the team-green app

  cd team-green
  npm i
  npm start

Start the team-red app

  cd team-red
  npm i
  npm start