Skip to content

Example application for building microfrontends with Single SPA and React.js

Notifications You must be signed in to change notification settings

niyowski/frontend-at-scale

Repository files navigation

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

About

Example application for building microfrontends with Single SPA and React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published