git clone https://github.com/AlexSeitov/gulp-starter.git
npm install -g pnpm
pnpm install
pnpm dev
pnpm build
- husky - run linter scripts when you commit to git
- prettier - code formatter
- html validator
- sass (scss syntax), functions to calculate rem, percent, line-height
- autoprefixer
- normalize
- ttf to woff2
- jpg to webp
- gulp-imagemin, gulp-svgmin, imagemin-gifsicle - image compression
- webpack dev server
- gulp-favicons
- vanilla javascript, es6 modules
- mixin font-face
- swiper slider
- tabbis tabs
- accordion
- smoothscroll
- smoothscroll-polyfill for safari support
- burger button
- run html validation for files located in the dist folder, after pnpm build command