Skip to content

piral-samples/netflix-demo

Repository files navigation

Piral Logo

A netflix-like portal application with pilets.

⚡ This sample demonstrates the use of piral to build a dynamic app consisting of various micro frontends.

Feel free to play around with the code using StackBlitz.

Open in StackBlitz

You can visit this demo at notflix-demo.samples.piral.cloud/.

Getting Started

Each directory represents a standalone part, which may even be its own repository. In each directory run:

npm install

More explicitly:

cd netflix-piral
npm install
cd ..

cd netflix-browse-pilet
npm install
cd ..

cd netflix-favorites-pilet
npm install
cd ..

# etc. (same for netflix-profile-pilet, netflix-search-pilet, and netflix-watch-pilet)

More Information

The project was originally created by Dante de Ruwe. He posted an article with all details on dev.to.

License

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