Plack Twiggy PWA
The Objective of this development is the Exercise of modern web technologies (Progressive Web Apps) with Perl Plack
on a non-blocking Twiggy
Web Server.
The inspiration of the Product and the JavaScript
base were taken from the tutorial:
How to build a PWA from scratch
The running Version is hosted on Glitch at: Plack Twiggy PWA
To rebuild this web site the Minimum Requirements are to have Perl and cpanminus
installed.
The site uses the libraries Plack
, Twiggy
and Template Toolkit
.
The Twiggy
Web Server requires the AnyEvent
library.
-
cpanminus
The
cpanm
Script will install the dependencies on local user level as they are found in thecpanfile
. To run the installation call thecpanm
Command within the project directory:cpanm -vn --installdeps .