Skip to content

๐Ÿš€ Starter kit for fast HTML / CSS / JS pages layout based on Gulp

Notifications You must be signed in to change notification settings

evgeniy-vashchuk/x-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

93 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Start HTML Template


๐Ÿ“Œ RECOMMENDED TO USE WITH X-PROJECT COMPONENTS ๐Ÿ“Œ


About

X-Project - is starter template with basic tasks for development, which uses Gulp to compile SASS to CSS (with SCSS syntax), add vendor prefixes, group media queries, remove comments and minimise CSS, convert ES6 into ES5 using Babel, optimising images, Browsersync for live-reload while development, simple favicon generator and project archiving. It includes the following libraries and frameworks (as a starting base):

  • jQuery
  • Bootstrap 5
  • Font Awesome 5
  • Icomoon
  • Tiny Slider 2
A few words about the structure:

src/ - "source" files to build and develop the project. This is where the original source files are located, before being compiled into fewer files to dist/. dist/ - the compiled code ("distribution").

Our project follow SASS guidelines.

How to use

  1. You must have installed:
  1. Download or clone X-Project from Github
  2. Install Node Modules:
npm i
  1. Run the project:
gulp

Gulp tasks

  • gulp - starting default gulp task (build, server, watch) for development
  • gulp build - build project
  • gulp removeDist - delete dist folder
  • gulp img - image compression
  • gulp favicon - favicon generator
  • gulp zip - project archiving
Additional options:
  • --prod - minification js, minification css, add vendor prefixes, group media queries, remove comments, image compression
  • --pug - using pug preprocessor to generate html

About

๐Ÿš€ Starter kit for fast HTML / CSS / JS pages layout based on Gulp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published