Skip to content

AliakseiMatsuk/Boiler-template

Repository files navigation

Project Template

The build works using gulp version 4.0

  1. clone this repo
  2. cd path/to/...
  3. npm install gulp-cli -g
  4. npm install
  5. run gulp

Folders and file structure

├── assets/
│   ├── fonts/
│   ├── images/
│   │   └── sprite/
│   ├── js/
│   │   ├── vendor/
│   │   └── main.js
│   ├── common/
│   │   ├── pug/
│   │   │   ├── bemto/
│   │   │   ├── mixins/
│   │   │   ├── tools/
│   │   │   ├── bemto.pug
│   │   │   ├── favicon.pug
│   │   │   ├── functions.pug
│   │   │   ├── meta.pug
│   │   │   ├── scripts.pug
│   │   │   ├── mixins.pug
│   │   │   └── layout.pug
│   │   └── stylus/
│   │        ├── etc/
│   │        ├── settings/
│   │        ├── common.styl
│   │        └── print.styl
│   ├── components/
│   │   ├── a/
│   │   ├── blocks/
│   │   ├── buttons/
│   │   ├── forms/
│   │   ├── lists/
│   │   ├── menus/
│   │   ├── modals/
│   │   ├── previews/
│   │   ├── sections/
│   │   ├── sliders/
│   │   └── tables/
│   └── views/
│        └── index.pug
├── public/
│   ├── assets/
│   │   ├── css/
│   │   ├── images/
│   │   ├── js/
│   │   └── fonts/
│   └── index.html
├── .env.json
├── .eslintrc
├── .gitignore
├── .stylelintrc
├── app.json
├── gulpfile.js
├── package.json
├── README.md
└── webpack.config.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published