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

https://github.com/diogosouza/single-spa-microfrontend-example

Creating micro-frontend apps with single-spa
https://github.com/diogosouza/single-spa-microfrontend-example

microfrontend single-spa

Last synced: 2 months ago
JSON representation

Creating micro-frontend apps with single-spa

Awesome Lists containing this project

README

        

# Creating micro-frontend apps with single-spa

To start the app, you'll need to start each one individually via:

```
yarn start --port 90XX
```

Change the XX with the proper ports. Then, run the root project via `yarn start`.

This is it! :)