Skip to content

georgwittberger/microfrontend-template

Repository files navigation

Microfrontend Template

Project template for microfrontends. See documentation.

Getting Started

Make sure you have installed the following build tools:

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:

License

MIT