d1sa / cbs_workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Boilerplate It's easy Gulp+Pug+SASS boilerplate

##Quick start

  • Install dev-dependencies npm i
  • Install dependencies bower i
  • Launch gulp to run watchers, server and compilers
  • Launch gulp production to minify files for production

##Directory Layout

interact                    # Project root
├── /blocks/                # Source files
├── /app/                   # Compiled files for developing
├── /build/                   # Minified files for production
├── bower.json              # List of 3rd party libraries and utilities
├── package.json            # Dependencies for node.js
├── gulpfile.js             # gulp.js config
├── LICENSE                 # License file
├── README.md               # File you read

About

License:MIT License


Languages

Language:HTML 43.3%Language:JavaScript 34.6%Language:CSS 22.1%