The Micro Frontends Workshop Slides
- Node LTS
- npm >= 7.24.2
- From the root of the project run
npm i. - To run an exercise, navigate to its folder and also run
npm startfrom there. - Run only
npm startto runstep 1exercise. - Note that the
src/step-...folders contain base code for solving exercises while the solutions can be found in the corresponding subdirectories within thesrc/solutionsfolder.
- From the root of the project run
npm start.