Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 951 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 951 Bytes

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