Skip to content

A quick startup template or boilerplate with pug and scss task runners

Notifications You must be signed in to change notification settings

hdayakar/pug-scss-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pug-scss-boilerplate

A quick startup template or boilerplate with pug and scss task runners

UI Development environment setup

If you've previously installed gulp globally, run npm rm --global gulp before following these instructions. For more information, read this Sip.

Check for node, npm versions

node --version node --version

npm --version npm --version

If they are not installed, follow the instructions here.

Install the gulp command line utility

npm install --global gulp-cli

verify gulp versions

gulp --version gulp --version

Ensure the output matches the screenshot below.

Install the dependencies

Run this command in the package directory to install all modules listed as dependencies in package.json npm install npm install

Test it

Run the gulp command in your project directory gulp gulp

About

A quick startup template or boilerplate with pug and scss task runners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published