npm i
gulp auto
to run on localhost with browser auto-reloadsrc/pages
for page contentsrc/templates
for page layoutdist
directory)dist
: this directory contains real files that will be hosteddist/assets
: all css, js, images, fonts and whatever assets related to app are located heresrc
: raw files used to develop the appsrc/pages
: pages for the app, everything here will be rendered to dist
directorysrc/templates
: layout filessrc/templates/components
: partial files like nav, user-tabs, menu, etcNunjucks official docs: https://mozilla.github.io/nunjucks