This application is a part of microfrontend application. Could work with container or could be runned as standalone application. It is built with Create React App and all settings for ModuleFederationPlugin maden using CRACO.
All settings are in the craco.config.js
file.
npm i
npm start
npm run build
npm run lint
For fixing all issues run:
npm run lint -- --fix