morbargig / CV-mfe-micro-front-end

CV website developed by mor bargig with microfrontend

Home Page:https://morbargig.github.io/CV-mfe-micro-front-end/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

CV-MFE-MICRO-FRONT-END It's a micro front end application The host of the app base on React And the menu header content are Angular applications

Diagram
Edit

Repo structure

Micro FrontEnd project base tree

mfe-react-host
   |-- package.json
   |-- src
mfe-ng-header
   |-- package.json
   |-- src
mfe-ng-menu
   |-- package.json
   |-- src
mfe-ng-content
   |-- package.json
   |-- src
package.json

Install

npm run install

to install each app and there packges dependencies

Watch

npm run watch

use this command for debuging and development

Build

npm run build

use this command to build all mfe apps

Deploy

npm run deploy

use this command to deploy project

*** make sure to update to your github repo url for case github-pages ***

About

CV website developed by mor bargig with microfrontend

https://morbargig.github.io/CV-mfe-micro-front-end/


Languages

Language:TypeScript 71.0%Language:HTML 11.9%Language:JavaScript 9.6%Language:SCSS 5.9%Language:CSS 1.6%