Example application for building microfrontends with Single SPA and React.js.
# Install the dependencies
yarn
```
## Local Development
```sh
# Run the root app in a new terminal window
yarn start:root-config
# Run the Header MF in a new terminal window
yarn start:ui-header
# Run the Footer MF in a new terminal window
yarn start:ui-footer
# Run the Auth MF in a new terminal window
yarn start:mf-auth