All usable files are in the dist/
directory.
Source files are in the src/
directory. Uses SASS for styles and Nunjucks templates for markup.
- NodeJS LTS 6+
- Yarn
- MacOS:
brew install yarn
- Windows: Get Installer
- Linux: Instructions
- MacOS:
- Clone repository or download the ZIP file
- From the terminal inside the project folder, run
yarn
- Run
gulp
to build and watch for changes- Launches web server with BrowserSync at http://localhost:3000
Note: Uses Gulp 4 with an ES6 gulpfile (gulpfile.babel.js
).
Started from Nunjucks Web Starter Files
Released under an MIT license.