Skip to content

32xnabin/micro-frontend-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Micro Frontend Architecture with React

Simple micro front end architecture with react

Installation

  1. Clone the repository:

    git clone https://github.com/32xnabin/micro-frontend-react.git
  2. Navigate into the home page application and start the server:

    cd home
    npm install
    npm start
  3. Navigate into the products page application and start the server:

    cd products
    npm install
    npm start
  4. Navigate into the cart page application and start the server:

    cd cart
    npm install
    npm start

The home application should now be running at http://localhost:3000, the products application should now be running at http://localhost:3001 and the cart application should now be running at http://localhost:3002.

About

micro frontend architecture reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published