new-gulp-project
Version:
New Gulp development project
27 lines (17 loc) • 559 B
Markdown
## New Gulp development project
[GitHub](https://github.com/reacton-js/new-gulp-project) | [NpmJS](https://www.npmjs.com/package/new-gulp-project) | [Website](http://u92502bm.beget.tech/)

The project uses the [BEM](https://en.bem.info/methodology/quick-start/) methodology and the [gulp-pugbem](https://www.npmjs.com/package/gulp-pugbem) plugin.
<br>
#### Install
```
npm i
```
#### Gulp Development
```
gulp
```
#### Gulp Production
```
gulp build
```