Skip to content

I have made a project starter kit so i don't have to do same things repeatably

Notifications You must be signed in to change notification settings

anokic/My-Project-Starter-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I have made a project starter kit so i don't have to do same things repeatably

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published