Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.33 KB

My-Project-Starter-Kit

I have made a project starter kit so I don't have to repeat myself from project to project. I'm leaving it here so i can clone it remotely. The project starter kit has:

  1. HTML
              HTML is connected to the CSS and JavaScript with expected meta tags and jQuery

  2. CSS compiler SASS
              Reset style present reset.scss
              SASS folder structure connected and imported withing main.scss

  3. JavaScript GULP 4
              SASS to CSS compiler withing GULP and additional features like:
              JavaScript and CSS minifer,
              CSS autoprefixer,
              Babel 7 compiler,
              Cache Bust to reset CSS and JavaScript,
              Watch for changes

To use GULP 4 install:
Node.js,
GitBash

Run GitBash with commands:
    npm install --global gulp-cli

Run GitBash or cmd in folder then run command:
    npm install
    gulp

Folder structure