Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 383 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 383 Bytes

Micro frontend example

Application created for demonstrating a micro frontend architecture.

Bootstrapping the application

Firstly install packages for all applications by running yarn in the current directory, or by running yarn in every application folder.

Starting the app for development purposes

Use yarn start and all applications should spin up.