Project template for microfrontends. See documentation.
Make sure you have installed the following build tools:
- pnpm - see installation guide
- Turborepo - see installation guide
Install project dependencies for all workspaces:
pnpm install
Either start all applications in development mode or production mode:
# Development mode (rebuilds automatically on code changes)
turbo dev:composed
# Production mode (builds once but faster page load)
turbo start
Open host applications with your browser:
- http://localhost:3000 - Next.js-based modern host application
- http://localhost:3100 - Express-based legacy host application