Giter Site home page Giter Site logo

x-project's Introduction

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

x-project's People

Contributors

evgeniy-vashchuk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.