It's an basic project boilerplate for mockups coding.
Sass and HTML templates included out of box.
HTML Templates
You can use following syntax {{%template%}} - to load templates/template.html
nested folders allowed: {{%pages/template%}} - for templates/pages/template
Default structure:
- build – output files, do not touch them
- assets – static assets (images / scripts / third party styles)
- html – .html sources files
- html/templates – .html templates sources
- scss – .scss files
- config.js – config, you can setup your own paths
- gulpfile.js – task-runner used to watch and build
- package.json – npm config and dependencies