This project contains a web application built using a Microfrontend architecture. Microfrontends are a design pattern used to divide a web application into small and independent parts. Each Microfrontend represents a specific functionality or component.
This project includes the following Microfrontends:
- Main Application: The main application represents the primary web application that integrates the other Microfrontends.
- Advert Application: ad application is the application that manages advertisements distributed on pages in the main application
To run this project in a local development environment, follow the steps below:
- Clone this repository:
git clone https://github.com/devcusn/micro-frontend.git- Install dependency:
cd micro-frontendnpm install- Run the project
npm start