snow-shop
April 21, 2022 ยท View on GitHub
Description and documentation for the snow-shop project with Module Federation multi-frameworks
Documentation
The slides presented at the SnowCamp.io2022 and the DevoxxFR2022 editions are avalaible here
Sources
- 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
Installation
- For the server, clone the project, run
npm installandnode 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 ciandnpm run start