- Node 10.21.0 - http://nodejs.org/
- Gulp [CLI 2.3.0 | Local 4.0.2] - https://gulpjs.com/
Clone this repo or download and unzip it.
- Pug
- Sass
- Gulp
- Babel
- Javascript
All files in src/
are compiled, optimized and copied to public/
when you run gulp
.
Currently supported:
- LiveReload of assets HTTPS
- Sass compilation
- JS and CSS Minification
After downloading the repository, run the following commands;
$ npm i
prod: npm run dev
build: npm run build