- https://github.com/verbart/business-landing
- https://github.com/verbart/stox-market
- https://github.com/verbart/avarcom
-
Tools
gulp-bro + babelify- for build scriptsPug- for preprocessing viewsSass (scss)- 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 installto install dependencies. - Run
npm startto start the development server.
It should automatically open the client in your browser when ready.
- Run
npm run buildfor create production build.