This project is a quick demo setup to present some of the basic concepts behind the StaticPages project.
messages
contains the i18n translation bags.pages
contains the source materials.public
contains the output HTML pages.scripts
contains thebuild
,watch
etc. lifecycle scripts.views
is where template files are loaded from.static
groups all the static assets which are copied at build time to output.
Run npm install
then npm run build
.