Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dabit3/micro-frontend-example

Building Micro Frontends with React, Vue, and Single-spa
https://github.com/dabit3/micro-frontend-example

javascript micro-frontend react vue

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://dev.to/dabit3/building-micro-frontends-with-react-vue-and-single-spa-52op) on [Dev.to](https://dev.to)

## Getting started

1. Clone the repo

```sh
git clone https://github.com/dabit3/micro-frontend-example.git
```

2. Install dependencies

```
yarn

# or

npm install
```

3. Start the app

```sh
npm start
```

4. Visit the following URLS:

```sh
# renders both apps
http://localhost:8080/

# renders only react
http://localhost:8080/react

# renders only vue
http://localhost:8080/vue
```