This is a basic gulp starter kit
JavaScript HTML
Switch branches/tags
Nothing to show
Latest commit ba38953 Sep 28, 2016 @ahmedtarek2134 update
Permalink
Failed to load latest commit information.
bower_components
build
stylus
.gitignore
README.md
bower.json
gulpfile.js
index.html
index.pug
package.json

README.md

Gulp Starter Kit

This is a gulp starter kit for your project, It compiles pug/jade to html, autoprefixes and compiles stylus and it minifies css and js files

Usage

  • Clone or Download The Repo
  • Open Folder in Terminal
  • Run this command npm install
  • Start Editing the files and after you finish run this command gulp build
  • To watch your files for changes just type this command gulp or gulp watch
  • All Your final usable files will be inside the build folder except the index.html file which will be outside in the main folder

Added libraries and frameworks

  • Jquery
  • Font Awesome
  • Animate.css
  • Hover.css
  • Flexboxgrid