Skip to content

IoanaPasca/mfe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Micro-frontend architecture POC

Technologies: JavaScript, ReactJS, VUE.

The application is a micro-frontend proof of concepts architecture. You can run each app separately or inside the container.

Micro-frontend architecture advantages:

  • team scalability
  • an individual development team can choose their own technology. The development and deployment speed is very fast
  • code reusability
  • front-end renovation - Improving new things becomes easier.
  • high Resilience and Better Maintenance.

Note: this is a yarn-based repo. Don't mix yarn and npm. Yarn will honor the yarn.lock file.

Run the app in development mode

yarn install && yarn start

Available Scripts

In the project directory, you can run:

yarn install

Installs all the dependencies.

yarn start

Runs the app in the development mode.

You will also see any lint errors in the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors