1.1.7 • Published 4 years ago
@zootikoff/create-site v1.1.7
Create site (Gulp, standart builds).
Start
To get started, install the create-site module globally npm i -g @zootikoff/create-site. Then run the module using create-site.
(If you use gulp)
gulp - the base command for development.
gulp build - сollects all files for production.
gulp zip - collects all files to zip. Make sure to run first gulp build.
Structure
├── src/
│ ├── js
│ │ └── script.js
│ ├── scss
│ │ └── components
│ │ │ └── _footer.scss
│ │ │ └── _header.scss
│ │ └── vendor
│ │ │ └── normalize.css
│ │ └── _mixins.scss
│ │ └── _reset.scss
│ │ └── _variables.scss
│ │ └── style.scss
│ ├── img
│ │ └── svg (For sprite)
│ │ └── logo.jpg
│ ├── fonts
│ ├── components
│ │ └── fonts.html
│ │ └── head.html
│ │ └── start.html
│ ├── index.html
└── .editorconfig
└── .eslintrc.json
└── .gitignore
└── gulpfile.js
└── .package.json
└── .README.mdAlso it has standart preset.
Snippets
burger - burger button.
navigation - navigation.