| title | Getting Started |
|---|
Follow these steps to set up and run the project locally.
- Node.js 22+
- pnpm (install with
npm install -g pnpm)
pnpm installYou can preview all micro-frontend apps concurrently using:
pnpm run previewOr use scripts in the root package.json if available.
- Host: http://localhost:5000
- Nav: http://localhost:5001
- Products: http://localhost:5002
See each app's README for more details.