---### Contains
- Tools
gulp-bro + babelify
- for build scriptsPug
- for preprocessing viewsStylus
- for preprocessing stylesPostCSS Autoprefixer
- for adding prefixes to css propertiesTinypng
- for optimize imagesgulp-svg-symbols
- for easy work with SVGBrowserSync
- dev-server for live-codingGulp 4
- for build it
- Libs
Fontawesome
- awesome icons packBootstrap 4
- for layout grid onlyjQuery
- just in case
- Run
npm install
to install dependencies. - Run
npm start
to start the development server.
It should automatically open the client in your browser when ready.
- NODE_ENV=production gulp build (in command line)
- Run
npm run build
for create production build.