Skip to content

hitunc/micro-frontend-architecture-e-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microfrontend Project

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.

Project Description

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

Getting Started

To run this project in a local development environment, follow the steps below:

  1. Clone this repository:
git clone https://github.com/devcusn/micro-frontend.git
  1. Install dependency:
cd micro-frontend
npm install
  1. Run the project
npm start

About

Example of how to apply microfrontend architecture to e-commerce application

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors