@ndugem45/gulp-pug-sass-starter
v1.0.3
Published
Starter kit for Templating frontend using Gulp - Pugjs - Sass
Downloads
6
Readme
Gulp-Pug-Sass Starter Project
==============================================================
A starter project for frontend templating
Project Structure :
|-- site/ (html files)
|-- src/
|
|------ assets/ (all assets files)
|------ pug (page files)
|--------|
|--------|--- parts (componets)
|
|------ sass (sass files)
|--------|
|--------|--- parts (sass component files)
|--------|--- pages (sass page files)
Installation
Install with npm
npm i @ndugem45/gulp-pug-sass-starter
Run Locally
Install dependencies
npm install
Start the server
npm start
Build project
gulp build