A starterkit including Bower, Gulp, Sass and jQuery.
- 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++)!
- 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