{"id":19319784,"url":"https://github.com/hyperoslo/gulp-frontend-starterkit","last_synced_at":"2026-06-15T03:32:55.370Z","repository":{"id":66286534,"uuid":"49134802","full_name":"hyperoslo/gulp-frontend-starterkit","owner":"hyperoslo","description":"Gulp Frontend StarterKit is a minimal mix of tasks and tools integrated with [Gulp](http://gulpjs.com/) to form a asset pipeline. It provides an efficient and modular workflow to develop and deploy static websites quickly.","archived":false,"fork":false,"pushed_at":"2016-12-07T11:27:41.000Z","size":32,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-24T05:13:29.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperoslo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-06T12:48:29.000Z","updated_at":"2016-12-07T11:26:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"16379b0c-e430-4412-9353-b668369bc78d","html_url":"https://github.com/hyperoslo/gulp-frontend-starterkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyperoslo/gulp-frontend-starterkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fgulp-frontend-starterkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fgulp-frontend-starterkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fgulp-frontend-starterkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fgulp-frontend-starterkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperoslo","download_url":"https://codeload.github.com/hyperoslo/gulp-frontend-starterkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fgulp-frontend-starterkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34346867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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-11-10T01:25:15.954Z","updated_at":"2026-06-15T03:32:55.355Z","avatar_url":"https://github.com/hyperoslo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gulp Frontend StarterKit (Static Websites)\n\nGulp Frontend StarterKit is a minimal mix of tasks and tools integrated with [Gulp](http://gulpjs.com/) to form a asset pipeline. It provides an efficient and modular workflow to develop and deploy static websites quickly.\n\n\n```bash\nclone the repo\ncd AppName\nnpm install\nbower install # For bower packages\ngulp or alternatively: gulp serve\n```\n\n## Features\n- **Stylus:** [Stylus](http://stylus-lang.com/)\n  - Autoprefixer\n- **JS:** Modular\n  - Shared modules\n  - Source Maps\n- **HTML**: Static templating with [Nunjucks](https://mozilla.github.io/nunjucks/) and [gulp-data](https://github.com/colynb/gulp-data)\n- **Images:**\n  - **SVG Sprites**: Compiles a spritesheet from a folder of SVGs\n  - Compression with svg-min\n- **Icon Fonts**\n- **Development Mode:**\n  - Source Maps\n- **Production Builds:**\n  - JS and CSS are uglified and minified\n\n# Basic Usage\nMake sure Node 0.12.x is installed. I recommend using [NVM](https://github.com/creationix/nvm) to manage versions.\n\n#### Install Dependencies\n```\nnpm install \u0026\u0026 bower install\n```\n\n#### Start compiling, serving, and watching files\n```\ngulp/tasks/server\n\ngulp or alternatively: gulp serve\n\n```\n\nAll files will compile in development mode (uncompressed with source maps). [BrowserSync](http://www.browsersync.io/) will serve up files to `localhost:3001`\n\n#### Configuration\nDirectory and top level settings are convienently exposed in `gulp/gulpfile.js`. All task configuration objects have `src` and `dest` directories specfied. If there is a feature you do not wish to use on your project, simply delete the configuration, and the task will be skipped.\n\n# Task Details\n\n#### JS\n```\ngulp/tasks/scripts\n```\nModular JS modules\n\n#### CSS\n```\ngulp/tasks/styles\n```\nYour Stylus gets run through Autoprefixer, so don't prefix!\n\n#### HTML\n```\ngulp/tasks/html\n```\nRobust templating with [Nunjucks](https://mozilla.github.io/nunjucks/). A sample data file is set up at [data/items.json](data/items.json), is read in by the `html` task, and exposes the sample properties to the html templates.\n\n#### Fonts\n```\ngulp/tasks/fonts\n```\nAll this task does is copy fonts from `./src/fonts` to `./dist/fonts`.\n\n***\n\n# Deployment\n\n```bash\nsudo npm install -g firebase-tools\n# Add project-name to firebase.json\nfirebase deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fgulp-frontend-starterkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperoslo%2Fgulp-frontend-starterkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fgulp-frontend-starterkit/lists"}