Skip to content

hyanmandian/start

Repository files navigation

#Start

Hey dude, why are you just looking?
Start your project on the right foot!

Inspired by HTML5 Boilerplate

Requirements

Quick start

Gulp

  • Install gulp globally: npm install -g gulp
  • Install gulp plugins: npm install

Bower

  • Install bower dependencies: bower install

Usage

I use gulp as a tool to automate tasks. Set up your folders and configure your FTP using var appConfig.

The following tasks:

  • gulp css - To compile and minify the scss
  • gulp js - To concatenate, make a lint and minify the js
  • gulp img - To optimize images
  • gulp deploy - To deploy using FTP
  • gulp watch - To execute tasks when scss, js and image files of dev folder are changed

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Credits

About

Start your project on the right foot!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published