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.
You can visit this demo at notflix-demo.samples.piral.cloud/.
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)
The project was originally created by Dante de Ruwe. He posted an article with all details on dev.to.
Piral and this sample code is released using the MIT license. For more information see the license file.