{"id":19392049,"url":"https://github.com/grabarzundpartner/gp-boilerplate","last_synced_at":"2025-09-09T14:41:13.508Z","repository":{"id":20552212,"uuid":"90238506","full_name":"GrabarzUndPartner/gp-boilerplate","owner":"GrabarzUndPartner","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-12T06:08:49.000Z","size":26073,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-12T07:22:43.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grabarzundpartner.github.io/gp-boilerplate/","language":"JavaScript","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/GrabarzUndPartner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-05-04T08:16:43.000Z","updated_at":"2021-04-13T14:17:18.000Z","dependencies_parsed_at":"2023-02-18T19:30:44.937Z","dependency_job_id":"99c46d88-051c-47e1-9460-1bd2571b3694","html_url":"https://github.com/GrabarzUndPartner/gp-boilerplate","commit_stats":{"total_commits":663,"total_committers":9,"mean_commits":73.66666666666667,"dds":0.2624434389140271,"last_synced_commit":"72fcf1ed005bfa9f974730b2b89945482b17ed3d"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrabarzUndPartner%2Fgp-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrabarzUndPartner%2Fgp-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrabarzUndPartner%2Fgp-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrabarzUndPartner%2Fgp-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrabarzUndPartner","download_url":"https://codeload.github.com/GrabarzUndPartner/gp-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250539517,"owners_count":21447328,"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","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-10T10:30:08.497Z","updated_at":"2025-04-24T00:31:56.946Z","avatar_url":"https://github.com/GrabarzUndPartner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boilerplate - Grabarz \u0026 Partner\n\n[![GitHub version](https://badge.fury.io/gh/GrabarzUndPartner%2Fgp-boilerplate.svg)](https://badge.fury.io/gh/GrabarzUndPartner%2Fgp-boilerplate) \n\n[![main][github-workflow-main-src]][github-workflow-main-href]\n[![develop][github-workflow-develop-src]][github-workflow-develop-href]\n\n[![Renovate - Status][renovate-status-src]][renovate-status-href]\n\n[![Dependency Status](https://img.shields.io/david/GrabarzUndPartner/gp-boilerplate.svg?style=flat)](https://david-dm.org/GrabarzUndPartner/gp-boilerplate)\n[![devDependency Status](https://img.shields.io/david/dev/GrabarzUndPartner/gp-boilerplate.svg?style=flat)](https://david-dm.org/GrabarzUndPartner/gp-boilerplate#info=devDependencies) \n\n\n\u003c!-- [![Build Status](https://img.shields.io/travis/GrabarzUndPartner/gp-boilerplate.svg?style=flat\u0026label=Linux%20build)](https://travis-ci.org/GrabarzUndPartner/gp-boilerplate) --\u003e\n\u003c!-- [![Windows Build status](https://img.shields.io/appveyor/ci/GrabarzUndPartner/gp-boilerplate.svg?style=flat\u0026label=Windows%20build)](https://ci.appveyor.com/project/GrabarzUndPartner/gp-boilerplate) --\u003e\n\nThis boilerplate structure including tasks and servers should help you to develop modular websites + documentation per partial.\n\n## Boilerplate specs\n\nThe boilerplate based on [gulp](https://github.com/gulpjs/gulp) and [assemble](https://github.com/assemble/assemble).\n\n## Setup your environment\n\nAt first install.\n\n```\nnpm install\n```\n\nThe installation process should run without some errors.\n\n### Test the environment\n\nTo verify a working environment just run the following command in the root folder of your project.\n\n```\nnpm test\n```\n\nIt should build all sources into the 'build'-directory of your project root folder. No error message should be shown in your console.\n\n### Run development-environment\n\n```\nnpm run dev\n```\n\nUrl: http://127.0.0.1:8050/dev/\n\n### Run production-environment\n\n```\nnpm run prod\n```\n\nUrl: http://127.0.0.1:8050/\n\n### Run production / development with IP\n\n```bash\nnpm run dev -- --ip=0.0.0.0\n```\n\n### Build production-environment\n\n```\nnpm run build\n```\n\n## Documentation\n\nThe documentation can be found in the subdirectory \"docs\".\n\n| Enviroment | Url                            |\n| ---------- | ------------------------------ |\n| dev        | http://127.0.0.1:8050/dev/docs |\n| production | http://127.0.0.1:8050/docs     |\n\n\n\n\n\u003c!-- Badges --\u003e\n\n[renovate-status-src]: \u003chttps://img.shields.io/badge/renovate-enabled-brightgreen\u003e\n[renovate-status-href]: \u003chttps://renovate.whitesourcesoftware.com/\u003e\n\n[github-workflow-main-src]: \u003chttps://github.com/GrabarzUndPartner/gp-boilerplate/workflows/Main/badge.svg?branch=main\u003e\n[github-workflow-main-href]: \u003chttps://github.com/GrabarzUndPartner/gp-boilerplate/actions?query=workflow%3AMain\u003e\n[github-workflow-develop-src]: \u003chttps://github.com/GrabarzUndPartner/gp-boilerplate/workflows/Test/badge.svg?branch=develop\u003e\n[github-workflow-develop-href]: \u003chttps://github.com/GrabarzUndPartner/gp-boilerplate/actions?query=workflow%3ATest\u003e\n[dependencies-status-src]: \u003chttps://david-dm.org/GrabarzUndPartner/gp-boilerplate/status.svg\u003e\n[dependencies-status-href]: \u003chttps://david-dm.org/GrabarzUndPartner/gp-boilerplate\u003e\n[dependencies-dev-status-src]: \u003chttps://david-dm.org/GrabarzUndPartner/gp-boilerplate/dev-status.svg\u003e\n[dependencies-dev-status-href]: \u003chttps://david-dm.org/GrabarzUndPartner/gp-boilerplate?type=dev\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrabarzundpartner%2Fgp-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrabarzundpartner%2Fgp-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrabarzundpartner%2Fgp-boilerplate/lists"}