kylegoines / nunjucks-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this project


Getting started

npm install


npm commands

npm run start

Start node server at port 4000

npm run dev

Start a watch service for SCSS and es6 javascript

npm run prod

Build enitre project to /dist folder


Nunjucks Templating

Nunjucks is a robust templating engine for node. It has includes, extends, and custom defined blocks. Throughout the project all reference paths for includes and layouts is relative to the /site folder


ES6 Javascript

This project uses parcel-bundler API with gulp to transpile es6 javascript to es5 javascript

About


Languages

Language:JavaScript 80.3%Language:HTML 19.7%