Description and documentation for the snow-shop project with Module Federation multi-frameworks
The slides presented at the SnowCamp.io2022 and the DevoxxFR2022 editions are avalaible here
- The shell project sources are available here
- The sales micro-frontend project sources are available here
- The cross-country micro-frontend project sources are available here
- The downhill micro-frontend project sources are available here
- The snowboard micro-frontend project sources are available here
- The common library project sources are available here
- The node backend server project sources are available here
- For the server, clone the project, run
npm install
andnode index.js
- For the common library you can use Verdaccio to host the npm package
- For all the micro-frontend project including the shell, run
npm ci
andnpm run start