Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 781 Bytes

File metadata and controls

23 lines (16 loc) · 781 Bytes
title FAQ

Frequently Asked Questions

How do I add a new micro-frontend?

See Development Guide.

How do I share code between apps?

Use the /packages directory for shared code and import via workspace aliases.

How do I run all apps at once?

Run pnpm dev in the root directory, which will start all apps concurrently. But if you want to see things working then run pnpm run preview in the root directory to start all apps in preview mode.

Where are the coding standards?

See Coding Instructions.

How do I report a bug or request a feature?

Open an issue or pull request on GitHub.

Where can I find more documentation?

Check the /docs folder and each app's README.