Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 602 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 602 Bytes

Frontend at Scale

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

Stack