Giter Site home page Giter Site logo

tes3awy / html-starter-kit Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 28 KB

An Automated Starter Kit Optimized for Front-End Developers

Home Page: https://github.com/Tes3awy/html-starter-kit

License: MIT License

JavaScript 58.80% HTML 32.53% SCSS 8.67%
sass scss gulp git rtl html css starter-template browsersync task-runner

html-starter-kit's Introduction

Starter Kit Documentation

Table of Contents

  1. Important Update
  2. Changelog
  3. TODO

First, you have to run npm install to install all dependencies. Then, run npm run copy-assets, Finally, run npm start and you're ready to start your project right away. Once you save index.html, a dist directory will be created automagically ✨.

Carefully inspect gulpfile.js. It's well commented and can be easily understood.

This starter kit is also optimized for RTL websites. All CSS files are also copied for RTL styles on *.scss files save.

The directory tree should look like below. Unless you want to change src and dest in Gulp tasks.

│   .browserslistrc
│   .gitignore
│   gulpfile.js
│   index.html
│   LICENSE
│   npm-shrinkwrap.json
│   package.json
│   README.md
│   robots.txt
│
└───src
    ├───assets
    │   ├───css
    │   │       .gitkeep
    │   │
    │   ├───images
    │   │       favicon.png
    │   │
    │   └───js
    │           app.js
    │
    └───sass
        │   main.scss
        │
        ├───abstracts
        │       _functions.scss
        │       _mixins.scss
        │       _placeholders.scss
        │       _variables.scss
        │
        ├───base
        │       _animations.scss
        │       _base.scss
        │       _typography.scss
        │
        ├───components
        │       _buttons.scss
        │
        ├───layout
        │       _footer.scss
        │       _header.scss
        │       _navigation.scss
        │
        └───pages
                _home.scss

Update as of 18 Dec. 2020

Gulp 3 is outdated and is no longer maintained nor supported by Node.js 11.0.0 or later.

Added npm-shrinkwrap.json file to make Gulp v3.9.1 compatible with Node.js v11.0.0 or later.

After you run npm install, npm-shrinkwrap.json will be modified. DON'T TOUCH IT!

Changelog

03 January 2021

  1. Updated packages to the latest and compatible with Gulp 3.
  2. Updated BrowserSync options.
  3. Updated .gitignore.
  4. Added a default favicon.
  5. Added normalize.css.
  6. Removed gulp-imagemin package and task.
  7. Removed gulp-notify package.

TODO

  • Update the kit to Gulp 4.

Feel free to create a Pull Request and update the kit to Gulp 4.

html-starter-kit's People

Contributors

tes3awy avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

ashaheen892

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.