Microfrontends for the flight booking application. This demonstrates that different bundles can be used together but deployed separately.
The application consists of 5 microfrontends, each in their own folders: shell
, header
, viewFlights
, searchFlights
, and design-system
. These are the "microfrontend directories" mentioned below.
- Install Node.js and Yarn globally
- In a terminal, run
yarn
at the project root - Run
yarn
at each microfrontend directory - In each microfrontend directory, run
yarn start
- Navigate to http://localhost:3000 to see the prototype