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 i
Run project:
npm run server
gulp
- launch server with watching for resource filesgulp clean
- removingbuild
directorygulp html
- html compilationgulp css
- css compilationgulp js
- js compilationgulp copy
- copying static or external assetsgulp build
- build project