startme
v2.0.1
Published
simple starter kit for layouts
Readme
Simple starter kit "StartMe" for layouts
Includes gulp, pug and scss.
Installation
Clone the repository:
git clone https://github.com/makaspell/startme.git projectName
Initialization
Go to created directory:
cd projectName
Install dependencies:
npm ci
Run project:
npm run serve
Gulp tasks
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
