Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 955 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 955 Bytes

Boilerplate

It's a starter kit for front-end development with Jade(Pug), Sass, Gulp and other cool stuff

For quick start with this boilerplate, you just need type commands below:

    mkdir newProjectFolder
    cd newProjectFolder
    mkdir site & source
    cd site
    git clone https://github.com/underser/boilerplate.git .
    rm -rf .git settings.jar README.md
    npm i
    npm run gulp

Devdependencies:

> - node.js
> - npm

NPM dependencies:

|dependence           | version  |
|----------           | -------  |
|"gulp":              | "^3.9.1" |
|"gulp-autoprefixer": | "^3.1.0" |
|"gulp-concat":       | "^2.6.0" |
|"gulp-jade":         | "^1.1.0" |
|"gulp-sass":         | "^2.2.0" |
|"gulp-uglifyjs":     | "^0.6.2" |
|"breakpoint-sass":   | "^2.7.1" |
|"susy":              | "^2.2.12"|

License

MIT © 2019 Roman Sliusar