Article on Dzone star the git-repo if you like
- Clone the repo
git clone https://github.com/thecoder8890/micro-frontend-example.git
- Install dependencies
yarn
# or
npm install
- Start the app
npm start
- Visit the following URLS:
# renders both apps
http://localhost:8080/
# renders only react js
http://localhost:8080/react
# renders only vue js
http://localhost:8080/vue