Skip to content

ndugem45/gulp-pug-sass-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Run Locally

Install dependencies

  npm install

Start the server

  npm start

Build project

  npm build