Mirror-Image / micro-frontends-host

Repository from Github https://github.comMirror-Image/micro-frontends-hostRepository from Github https://github.comMirror-Image/micro-frontends-host

Micro Frontend App on Module Federation with React + TypeScript + Vite

This template provides a minimal setup to get micro frontend working app in Vite with ESLint, TSLint and Prettier configurations.

Project structure

How to run project locally

  • At first run each service using following commands:
npm run build && npm run preview
  • Then run host application:
npm run dev

About


Languages

Language:TypeScript 39.3%Language:CSS 30.8%Language:JavaScript 25.8%Language:HTML 4.1%