{"id":22571356,"url":"https://github.com/designyourcode/gulp-boilerplate","last_synced_at":"2025-10-08T03:49:55.859Z","repository":{"id":33667161,"uuid":"37319772","full_name":"DesignyourCode/gulp-boilerplate","owner":"DesignyourCode","description":"HTML Boilerplate with gulp support","archived":false,"fork":false,"pushed_at":"2017-05-15T08:56:50.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-05T15:04:15.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DesignyourCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-12T12:04:35.000Z","updated_at":"2018-05-02T16:08:39.000Z","dependencies_parsed_at":"2022-08-24T21:40:29.483Z","dependency_job_id":null,"html_url":"https://github.com/DesignyourCode/gulp-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DesignyourCode/gulp-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignyourCode%2Fgulp-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignyourCode%2Fgulp-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignyourCode%2Fgulp-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignyourCode%2Fgulp-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DesignyourCode","download_url":"https://codeload.github.com/DesignyourCode/gulp-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignyourCode%2Fgulp-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278886414,"owners_count":26062975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-08T01:42:17.901Z","updated_at":"2025-10-08T03:49:55.833Z","avatar_url":"https://github.com/DesignyourCode.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gulp Boilerplate\n\nI can build or start working on lot of landing pages. Across most of these sites, the requirements and types of functionality are often the same.\n\nTo save myself some time I created this boilerplate, which aims to achieve the following:\n\n * Quick set up of folder structure. This folder structure works nicely with both simple landing pages and even bigger Angular apps.\n * Concatinating and minifying javascript into one file.\n * SASS support (this will be minified to one file).\n * Express server so you don't need to worry about installing local servers like MAMP.\n * Consistent code formatting when commit to git (by using \u003ca href=\"http://editorconfig.org/\" target=\"_blank\"\u003e.editorconfig\u003c/a\u003e).\n * Git ignore so you don't commit `node_modules`.\n\n## Set up\n\n**Project Setup**\n\n1. Open the project in your favourite editor and update lines 2, 4 and 5 in the package.json file.\n2. Make sure you have npm, node, gulp and sass installed on your machine.\n3. Run `npm install`.\n4. Run `gulp`\n\n** Extra Benefits**\n\n1. Install the 'livereload' plugin for your browser: \u003ca href=\"https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei?hl=en\" target=\"_blank\"\u003eChrome\u003c/a\u003e, \u003ca href=\"https://addons.mozilla.org/en-GB/firefox/addon/livereload/\" target=\"_blank\"\u003eFirefox\u003c/a\u003e.\n2. Turn 'livereload' on and start coding.\n\n## Code\n\nBelow is useful snippets for Google Analytics tracking to help get you starter.\n\n```\nga('send', 'event', 'category', 'action');\nga('send', 'event', 'category', 'action', 'label');\nga('send', 'event', 'category', 'action', 'label', value);  // value is a number.\n```\n\n## Useful Plugins\n\nBelow have included some of my most commons plugins:\n\n * \u003ca href=\"http://www.owlgraphic.com/owlcarousel/\" target=\"_blank\"\u003ejQuery Owl Carousel\u003c/a\u003e\n * \u003ca href=\"http://brm.io/jquery-match-height/\" target=\"_blank\"\u003ejQuery Equal Heights\u003c/a\u003e\n * \u003ca href=\"https://jqueryvalidation.org/\" target=\"_blank\"\u003ejQuery Validate\u003c/a\u003e\n\n## Modal Windows\n\nFor modal windows I tend to use the boubon.io one. To install this, you need to run the following from your project route:\n\n1. `gem install bourbon`\n2. `cd assets/styles/scss`\n3. `bourbon install`\n4. You will need to `@import bourbon/bourbon';` in your SCSS file.\n\n## Contributing\n\nThis format might not cover everyones requirements. If you think something could be improved feel free to fork and submit a pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesignyourcode%2Fgulp-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesignyourcode%2Fgulp-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesignyourcode%2Fgulp-boilerplate/lists"}