Skip to content

Marfusios/micro-frontend-beta

Repository files navigation

logo

BETA - micro frontend Build Status demo link

This is example of the one independent micro frontend. A primary application (gateway to the whole system) can be found here: github.com/marfusios/micro-frontend-gateway

Current implementation is based on Angular and Angular Package Format (via library ng-packagr).

Deployed at: mkotas.cz/micro-frontend-beta

Usage

  • local development
    • npm start
  • local deployment
    • npm run package
    • npm run server
    • open browser at 'localhost:4444'
    • bundle can be downloaded from 'localhost:4444/bundle.umd.js'
  • remote deployment
    • npm build-deploy
    • copy content of 'deployment' directory into web server