trungcheng / mfapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microfrontend Architecture (using Webpack Federation Plugin)

To start, first nun npm install for each project

Then open terminal in each project and run:

npm start

Finally, access the app shell at http://localhost:4200 to see result

Note: microfrontends run in the following address:

  • Angular: localhost:3001
  • React: localhost:3002
  • Vue: localhost:3003

About


Languages

Language:TypeScript 59.6%Language:JavaScript 19.1%Language:HTML 13.5%Language:Vue 5.2%Language:SCSS 2.5%