Atriom is a developer tool that visualizes component relationships and shared dependencies of Module Federated Applications.
- Generate your application file with Atriom Plugin
- Visit Atriom.com
- Signup / Login
- or use Guest Mode
- Drag and drop your file in the Dropzone to view the architecture of your Module Federated Application
- Atriom plugin: https://www.npmjs.com/package/atriom-plugin
- Webpack version 5.31.0 or higher
npm i
npm start
We currently support prod
& testing
environments. Environment variables are set by the following npm scripts
production: npm start
, npm build
testing: npm test
- npm
- Webpack
- JavaScript (ES6+)
- Express
- Jest testing suite