Skip to content

A simple example showing an interactive webshop with Piral.

License

Notifications You must be signed in to change notification settings

piral-samples/webshop-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piral Logo

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/.

⚠️ WARNING: Work in progress. Not done yet.

Status:

  • Monorepo
  • App Shell
  • Pilets
  • Mock data
  • Demo online

Getting Started

Install the dependencies:

pnpm i

Now run the application:

pnpm start

What's Inside

  • 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

License

Piral and this sample code is released using the MIT license. For more information see the license file.