Skip to content

sourceallies/micro-frontend-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Micro-Frontend Blog Example

This repo contains two Node projects. "ui-commons" is a Vite project that serves the common assets to be shared across applications. "account-management" is also a Vite project that uses React to pull in the common components.

To start these projects, run npm run dev in each directory. The ui-commons project will be available at http://localhost:5173/. The "account-management" app is available at http://localhost:5174/

About

Example of deploying micro-frontends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published