Skip to content

A monorepo to showcase micro frontend architecture between 2 different libraries (React, SolidJs)

Notifications You must be signed in to change notification settings

Tasin5541/micro-frontend-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-Frontend-React

A monorepo to showcase micro frontend architecture between 2 different libraries (React, SolidJs)

Installation

  1. Clone/download repo
  2. Install yarn

Usage

  1. Open the micro-frontend-react folder in VSCode
  2. Open a new terminal in vscode and copy paste the following codes and press enter
    • cd remote-react
      yarn install
      yarn start
  3. Open another terminal and copy paste the following codes
    • cd remote-solidjs
      yarn install
      yarn start
  4. Open another terminal and copy paste the following codes
    • cd host-react
      yarn install
      yarn start
  5. Go to http://localhost:8080/ on browser