Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 712 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 712 Bytes

flights-microfrontends

Microfrontends for the flight booking application. This demonstrates that different bundles can be used together but deployed separately.

To use

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.

  1. Install Node.js and Yarn globally
  2. In a terminal, run yarn at the project root
  3. Run yarn at each microfrontend directory
  4. In each microfrontend directory, run yarn start
  5. Navigate to http://localhost:3000 to see the prototype