Skip to content

verbart/start-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.