This is a multi-module project that demonstrates the use of module federation with Vite and React. It consists of three main modules: counter, basket, and shell.
npm install- pnpm - Package manager
To build the project, run:
pnpm run buildTo start the project, run:
pnpm run serveOpen the browser and navigate to shell preview's URL. The default URL is http://localhost:5000/.
- React - The web framework used
- Vite - Build tool and development server
- TypeScript - Used for static typing
- Vite Module Federation - Used for module federation