All Projects → zualex → frontend-template

zualex / frontend-template

Licence: other
Simple responsive template

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to frontend-template

frontie
Frontie is a front-end boilerplate. Gulp | Twig.js | Sass | Autoprefixer | Browsersync | Bootstrap 4 Grid System & Responsive Breakpoints
Stars: ✭ 28 (+3.7%)
Mutual labels:  gulp, twig, autoprefixer
Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (+292.59%)
Mutual labels:  gulp, responsive
Generator Kittn
The Yeoman Kittn Generator
Stars: ✭ 63 (+133.33%)
Mutual labels:  gulp, twig
branch
Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap
Stars: ✭ 87 (+222.22%)
Mutual labels:  gulp, twig
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+1840.74%)
Mutual labels:  gulp, autoprefixer
Puppy
Starter kit and delivery system for building static prototypes with Twig
Stars: ✭ 25 (-7.41%)
Mutual labels:  gulp, twig
Gulp Starter Kit
A simple Gulp 4 Starter Kit for modern web development.
Stars: ✭ 134 (+396.3%)
Mutual labels:  gulp, autoprefixer
Fuzzymail
📨 Email template generator. Making emails fun again.
Stars: ✭ 114 (+322.22%)
Mutual labels:  gulp, responsive
bootstrap-4-boilerplate
Basic Bootstrap 4 Starter Template
Stars: ✭ 50 (+85.19%)
Mutual labels:  gulp, autoprefixer
gw-starter-kit
PEPELAC - Современный инструментарий для вёрстки и создания статичных сайтов с использованием Webpack
Stars: ✭ 30 (+11.11%)
Mutual labels:  gulp, twig
gulp-starter-kit
My Gulp Starter Kit
Stars: ✭ 91 (+237.04%)
Mutual labels:  gulp, autoprefixer
Gulp Responsive
gulp-responsive generates images at different sizes
Stars: ✭ 509 (+1785.19%)
Mutual labels:  gulp, responsive
Particle
A starter kit for using the prototyping tool, Pattern Lab, in tandem with a Drupal theme. Utilizes Webpack for all asset management.
Stars: ✭ 315 (+1066.67%)
Mutual labels:  gulp, twig
Gulp Boilerplate
A boilerplate for building web projects with Gulp.js.
Stars: ✭ 840 (+3011.11%)
Mutual labels:  gulp, autoprefixer
genesis-sample-task-runner
Gulp workflow for Auto prefixing, Sass compiling, CSS minification, automatic browser reloading and more
Stars: ✭ 23 (-14.81%)
Mutual labels:  gulp, autoprefixer
i-Cut
🔨 个人技术栈
Stars: ✭ 18 (-33.33%)
Mutual labels:  gulp, responsive
gulp-twig-scss
Gulp, Twig and SCSS
Stars: ✭ 15 (-44.44%)
Mutual labels:  gulp, twig
design-studio one-page-template
Free responsive flat designed one page template
Stars: ✭ 67 (+148.15%)
Mutual labels:  gulp, responsive
gulp-stylestats
Gulp task for StyleStats.
Stars: ✭ 61 (+125.93%)
Mutual labels:  gulp
denysdovhan.github.io
📰 Personal blog from Denys Dovhan
Stars: ✭ 18 (-33.33%)
Mutual labels:  gulp

Simple responsive template

The template used responsive:

  • Grid of 12 columns
  • Table
  • Menu with 4 types of animation:
    • Fold Out
    • Slide Down
    • Fade In/Out
    • Not Animated

The template uses:

  • Gulp
  • Browser-sync - automatic restart when changing the code page
  • Sass
  • Autoprefixer
  • Merge and compress CSS and JavaScript
  • Combining images into a sprite
  • Sass Guidelines An opinionated styleguide for writing sane, maintainable and scalable Sass.

Get started

Install packages:

npm install

Create environment file:

cp config.json.example config.json

And run command:

gulp

Commands gulp

  • gulp start - run browserSync
  • gulp reload - reload browserSync
  • gulp build:sprites - combining images into a sprite
  • gulp build:css - merge and compress CSS
  • gulp build:js - merge and compress JavaScript
  • gulp build:html - build html from twig
  • gulp compile - run commands build:sprites, build:css, build:js, build:html
  • gulp - run command start, compile and watch file

Сonfig

In config.json file specifies the path to the source

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].