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
yarnat the project root - Run
yarnat each microfrontend directory - In each microfrontend directory, run
yarn start - Navigate to http://localhost:3000 to see the prototype