A simple static sorted timeline using PUG lang, SASS (atomic design) and Gulp
npm install
Using Gulp
gulp build
gulp serve
Using npm scripts
npm run build
npm run serve
If you want more output, set the DEBUG
environment variables to *
or gulp-live-server
.
DEBUG=gulp-live-server gulp serve
or
npm run serve