An open API service indexing awesome lists of open source software.

https://github.com/nearform/the-micro-frontends-workshop

The Micro Frontends Workshop with Module Federation
https://github.com/nearform/the-micro-frontends-workshop

microfrontends workshop

Last synced: 5 months ago
JSON representation

The Micro Frontends Workshop with Module Federation

Awesome Lists containing this project

README

          

# The Micro Frontends Workshop

## Slideshow Presentation

[The Micro Frontends Workshop Slides](https://nearform.github.io/the-micro-frontends-workshop)

## Requirements

- Node LTS
- npm >= 7.24.2

## Installation and Running Exercises

- From the root of the project run `npm i`.
- To run an exercise, navigate to its folder and also run `npm start` from there.
- Run only `npm start` to run `step 1` exercise.
- Note that the `src/step-...` folders contain base code for solving exercises while the solutions can be found in the corresponding subdirectories within the `src/solutions` folder.

## Presenting

- From the root of the project run `npm start`.