Skip to content

paradigmadigital/sneakers-store-mfe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sneakers Store MFE

Usage

  1. Install all microfrontends dependencies (host & remotes)

    npm run install-deps

  2. Run all microfrontends

    npm run sneakers-store

  3. Access to homepage microfrontend

    http://localhost:5000/

Architecture preview

Microfrontend Type Alone execution Access link
Homepage Host npm run homepage http://localhost:5000/
Search bar Remote npm run searchbar http://localhost:5001/
Product list Remote npm run productlist http://localhost:5002/
Cart Remote npm run cart http://localhost:5003/

About

Sneakers store using microfrontends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.3%
  • HTML 23.7%
  • JavaScript 12.9%
  • CSS 0.1%