A micro-frontend provider app built using Rsbuild, React, TypeScript and Tailwind CSS.
The consumer app is another micro-frontend app that consumes the component exposed by the provider app and renders it. This achieves a micro-frontend architecture where multiple apps can work together seamlessly.
Install the dependencies:
yarn install
Start the dev server:
yarn dev
Build the app for production:
yarn build
Preview the production build locally:
yarn preview