/micro-frontend

To build micro app with Docker, Kubernetes and helm

Primary LanguageTypeScript

Next.js TypeScript mircro project template

Build Status

Requirements

  • NodeJS > 10
  • Docker

Mirceo Apps Hierarchy

  • LoadBalancer - Ingress Nginx
    • 80 port
    • 443 port
    • API-Server - Nginx
      • 3080 port
      • API-Server app
        • 3000 port
    • Clients
      • Home - Nginx
        • 4080 port
        • Home app
          • 4000 port
      • Communities - Nginx
        • 5080 port
        • Communities app
          • 5000 port

How to

Build

yarn build

Docker

docker-compose up -d