gulp4 + pug.js + scss + TypeScript templete
Requires pug.js and gulp to be installed.
- Install pug.js and gulp
$ npm install --global pug-cli
$ npm install --global gulp-cli
- Clone this Repository
$ git clone git@github.com:abhishek-deshmukh/gulp4-pug-scss-ts-template.git
- Start developing.
$ cd gulp4-pug-scss-ts-template
$ npm install
$ npm run serve
- Build them
$ npm run build