microfrontends
                                
                                
                                
                                    microfrontends copied to clipboard
                            
                            
                            
                        Microfrontends setup with turborepo
Turborepo starter
This is an official pnpm starter turborepo.
Apps and Packages
host-next: a Next.js host applicationremote-next: a Next.js remote applicationhost-vite-react: a Vite with React host applicationremote-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
- Host: localhost:3010
 - Remote: localhost:3020
 
Vite React
- Host: localhost:3011
 - Remote: localhost:3021