Skip to content

AvaniBataviya/micro-frontend-reactapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Micro-frontend-reactapp

This repository serves to demonstrate an example of micro-frontend implementation. It consists of the container app and two micro-frontend app marketing and auth in the respective directories.

Getting started

  1. Clone the repo
https://github.com/AvaniBataviya/micro-frontend-reactapp.git
  1. Install dependencies in respective directories & start app
cd container
yarn install
yarn start
cd marketing
yarn install
yarn start
cd auth
yarn install
yarn start

3.Visit the following URLS:

import foobar

# renders both apps
http://localhost:8080/

# renders only marketing
http://localhost:8081/

# renders only auth
http://localhost:8083/

Output

Output.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published