A monorepo to showcase micro frontend architecture between 2 different libraries (React, SolidJs)
Micro-Frontend-React
A monorepo to showcase micro frontend architecture between 2 different libraries (React, SolidJs)
Installation
- Clone/download repo
- Install yarn
Usage
- Open the micro-frontend-react folder in VSCode
- Open a new terminal in vscode and copy paste the following codes and press enter
-
cd remote-react yarn install yarn start
-
- Open another terminal and copy paste the following codes
-
cd remote-solidjs yarn install yarn start
-
- Open another terminal and copy paste the following codes
-
cd host-react yarn install yarn start
-
- Go to
http://localhost:8080/
on browser