PUGulp

Dev environment setup with Gulp to use Pug js

# Installation
npm install

# Build files and start a DEV server
npx gulp

The compiled files will be stored in the public/ directory.