All Projects → dabit3 → Micro Frontend Example

dabit3 / Micro Frontend Example

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

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

This code goes along with the blog post Building Micro Frontends with React, Vue, and Single-spa on Dev.to

Getting started

  1. Clone the repo
git clone https://github.com/dabit3/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
http://localhost:8080/react

# renders only vue
http://localhost:8080/vue
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].