Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 974 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 974 Bytes

Boilerplate for quick start site building

Examples of projects based on it


Contains

  • Tools

    • gulp-bro + babelify - for build scripts
    • Pug - for preprocessing views
    • Sass (scss) - for preprocessing styles
    • PostCSS Autoprefixer - for adding prefixes to css properties
    • Tinypng - for optimize images
    • gulp-svg-symbols - for easy work with SVG
    • BrowserSync - dev-server for live-coding
    • Gulp 4 - for build it
  • Libs

    • Fontawesome - awesome icons pack
    • Bootstrap 4 - for layout grid only
    • jQuery - just in case

Developing

  1. Run npm install to install dependencies.
  2. Run npm start to start the development server.
    It should automatically open the client in your browser when ready.

Build

  • Run npm run build for create production build.