Demo project building an artificial web shop with micro frontends using Piral.
⚡ Distribute all the responsibilities.
You can visit this demo at webshop-demo.samples.piral.cloud/.
Status:
- Monorepo
- App Shell
- Pilets
- Mock data
- Demo online
Install the dependencies:
pnpm i
Now run the application:
pnpm start
- Components via React
- Routing via React Router
- Type checking with TypeScript
- Styling with Sass
- Global state handling via Redux
- Actions via Sagas
- Building with esbuild
- Monorepo using pnpm
- Micro Frontends using Piral
- Mocked Webshop API
Piral and this sample code is released using the MIT license. For more information see the license file.