Include:
- Babel
- Webpack
- browser-sync
- gulp
- gulp-autoprefixer
- gulp-notify
- gulp-plumber
- gulp-pug
- gulp-sass
- gulp-sourcemaps
To start the project you need to install npm packages:
$ yarn
To run the project:
$ gulp
To build js into production:
$ yarn webpack-build