Micro frontend monorepo example setup using Lerna, TypeScript and React
Micro Frontend Starter is a monorepo example that demonstrates the use of Lerna, TypeScript, Webpack, React, and React Router to build micro frontends. It provides a starting point for developers who want to adopt a micro frontend architecture in their projects.
To install and run the Micro Frontend Starter, follow these steps:
git clone <repository-url>
cd micro-frontend-starter
npm install
Micro Frontend Starter is a monorepo example that showcases the use of Lerna, TypeScript, Webpack, React, and React Router to build micro frontends. It provides a starting point for developers to adopt a micro frontend architecture and demonstrates best practices for managing multiple frontends in a single codebase. By following the installation guide, developers can easily set up and run the Micro Frontend Starter project.