Skip to content

Smit90/Basic-Micro-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Micro Frontend

This is basic micro frontend application with simple product, cart and container application.

Product App

  • Go to Product directory
  • run npm install
  • run npm start
  • app running on port 8081 ( http://localhost:8081 )

Cart App

  • Go to Cart directory
  • run npm install
  • run npm start
  • app running on port 8082 ( http://localhost:8082 )

Container App

  • Go to Container directory
  • run npm install
  • run npm start
  • app running on port 8080 ( http://localhost:8080 )

In this app we used webpack and webpack ModuleFederationPlugin to render apps in Container

About

This is basic micro frontend application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors