MattCCC / microfrontends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro-frontends Architecture Example

Microfrontends is an architectural pattern for building large-scale web applications by decomposing the user interface into smaller, self-contained, and loosely coupled frontend modules. Each module, known as a microfrontend, represents a distinct functional area or feature of the application.

Try it out

install

npm i
npm run install-all

build

npm run build-all

run

npx nx run my-app:dev

clean

npm run clean-all

About


Languages

Language:TypeScript 69.6%Language:HTML 14.4%Language:JavaScript 14.2%Language:CSS 1.9%