Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 931 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 931 Bytes

Building Micro Frontends with React, Vue, and Single-spa

Node.js CI

Article on Dzone star the git-repo if you like

Contact me on Codementor

Getting started

  1. Clone the repo
git clone https://github.com/thecoder8890/micro-frontend-example.git
  1. Install dependencies
yarn

# or

npm install
  1. Start the app
npm start
  1. 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