YauhenKavalchuk / Starting_template

Стартовый шаблон для вёрстки веб-проектов

Home Page:http://youtube.com/c/YauhenKavalchuk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting_template

Starting template is a front-end HTML5/SCSS/JS template. Featuring the latest technologies and impeccable code this download is the ideal starting point for any web project.

Gulp - Start Guide

Need to ensure you have everything on your machine:

  1. Node.js
  2. npm
  3. Bower

In root of template, use commands:

  • npm i
  • bower i
  • gulp (Run project)
  • gulp build (Build project)

SASS Partials

The partials directory is where most of the CSS is constructed. Plan ahead and think how to structure these.

  • components:
    • _global.scss
    • _variables.scss
  • helpers:
    • _global.scss
    • _extends.scss
    • _media.scss
    • _mixins.scss
  • sections:
    • _header.scss
    • _footer.scss
  • vendors:
    • _global.scss
    • _bootstrap-grid.scss
  • main.scss

###Automatically sprite generation

Example of Sprite using

``` .selector { @include sprite($apple-touch-icon); } ``` > **apple-touch-icon** - the name of image

###Structuring your projects

This is a developer preference. There is no official way. Do you want all your pages in partials? Would you rather just add main components and still use style.scss for the bulk of the CSS? Do what's best for you and your project.

###Who's behind this?

Base is proudly made by Evgeny Kovalchuk and is the result of many hours working on projects of all sizes. It is driven by a massive enthusiasm for all things web.

Base is constantly updated and modified to ensure it stays on top of the game. If you’ve any suggestions or ideas then don’t hesitate to get in touch.


###Author's profile in social networks:

Profile: Link:
LinkedIn: linkedin.com
VK: vk.com
Facebook: facebook.com
Twitter: twitter.com

About

Стартовый шаблон для вёрстки веб-проектов

http://youtube.com/c/YauhenKavalchuk/


Languages

Language:CSS 50.5%Language:JavaScript 39.5%Language:HTML 9.9%