Skip to content
/ psg Public

Pug and SASS starter template with Gulp.js

License

Notifications You must be signed in to change notification settings

tinas/psg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSG

Pug and SASS starter template with Gulp.js

Introduction

PSG gives you a starter template so you can do frontend development quickly.

PSG uses Pug and SASS to provide flexibility in HTML and CSS part.

PSG uses Browsersync to view changes made simultaneously and Gulp.js to automate your workflow.

Setup

Install dependencies:

$ npm install

Run gulp task:

$ npm run gulp

Initial folder structure

PSG initial folder structure should look like this:

src/
├── scss
│   ├── abstracts
│   │   └── _variables.scss
│   ├── base
│   │   ├── _base.scss
│   │   └── _grid.scss
│   ├── components
│   │   └── _hello.scss
│   ├── libs
│   │   └── _normalize.scss
│   ├── pages
│   │   └── _home.scss
│   └── main.scss
└── views
    ├── components
    │   └── hello.pug
    ├── global
    │   └── layout.pug
    └── index.pug

🔑 License

MIT © Ahmet Tınastepe

See LICENSE for details.

About

Pug and SASS starter template with Gulp.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published