/turbo-microfrontend

Microfrontends setup with turborepo

Primary LanguageTypeScript

Turborepo starter

This is an official pnpm starter turborepo.

Apps and Packages

  • host-next: a Next.js host application
  • remote-next: a Next.js remote application
  • host-vite-react: a Vite with React host application
  • remote-vite-react: a Vite with React remote application

Running

pnpm install
pnpm build --filter=remote-vite-react # build the vite remote application
pnpm dev

NextJS

Vite React