Skip to content

bezvoshchuk/game-of-MFEs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microfrontends using Next.js and Module Federation

Hello 👋 This is my attempt to do Microfrontends architecture using Next.js and Module Federation. As this is suppose to be a simple task I didn't overengineer😄 try to show everything I can, instead, as required, I really tried to spend ~30 minutes on it. As a result I have working infrastracture and simple game (shell) which consumes 2 microfrontends.

How to Run setup

Obviously you can run each application separately, but for your convinience 2 additional scripts are provided:

  1. Install all dependencies:
npm run install:allDeps
  1. Run all applications:
npm run start:allApps
  1. You can find a game running on ➡️ http://localhost:3333/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published