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
- Host: GitHub
- URL: https://github.com/nearform/the-micro-frontends-workshop
- Owner: nearform
- Created: 2023-07-10T19:31:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T16:41:46.000Z (6 months ago)
- Last Synced: 2025-07-28T17:40:42.605Z (6 months ago)
- Topics: microfrontends, workshop
- Language: JavaScript
- Homepage: https://nearform.github.io/the-micro-frontends-workshop/
- Size: 29.9 MB
- Stars: 11
- Watchers: 39
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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`.