Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 638 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 638 Bytes

Tim's Starterkit

A starterkit including Bower, Gulp, Sass and jQuery.

What you should know:

  • All coding is done in the "app"-folder.
  • The site will be compiled and run from the "public" folder.
  • Gulp tasks are separated in different files in the gulp_tasks folder.
  • No dependencies or generated files are being kept in the repository. Only the things you do yourself, the rest is ignored (cleanness++)!

How to install

  • Download/clone the repo.
  • Make sure you have Gulp installed on your system.
  • Run npm install and bower install.
  • Run 'gulp' and you're ready to go!
  • You can visit your webapp at http://localhost:8585