A React component for rendering Markdown, designed to be used as a Micro Frontend via Module Federation.
npm install @microservicios/markdown-widgetletbash
npm install @microservicios/markdown-widgetlet
`
Usage
$3
To use this component as a remote module in your Federated application, configure your host application to consume the remote entry.
Remote Entry URL: https://unpkg.com/@microservicios/markdown-widgetlet/assets/remoteEntry.js
Configuration Example:
`json
"component": {
"remoteUrl": "https://unpkg.com/@microservicios/markdown-widgetlet/assets/remoteEntry.js",
"scope": "remoteApp",
"module": "./MarkdownViewer"
}
`
$3
1. Install dependencies:
`bash
yarn install
`
2. Start the development server:
`bash
yarn dev
`
3. Build for production:
`bash
yarn build
``