Includes gulp, pug and scss.
Clone the repository:
git clone https://github.com/makaspell/startme.git projectName
Go to created directory:
cd projectName
Install dependencies:
npm ci
Run project:
npm run serve
gulp- launch server with watching for resource filesgulp clean- removingbuilddirectorygulp html- html compilationgulp css- css compilationgulp js- js compilationgulp copy- copying static or external assetsgulp build- build project