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
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 ***