{"id":19809487,"url":"https://github.com/zaujulio/zbp","last_synced_at":"2026-05-08T09:32:29.651Z","repository":{"id":42565875,"uuid":"437122304","full_name":"ZauJulio/ZBP","owner":"ZauJulio","description":"Boilerplate with tests, pwa, code styling and git hooks","archived":false,"fork":false,"pushed_at":"2023-01-07T16:02:59.000Z","size":3376,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T10:51:17.065Z","etag":null,"topics":["boilerplate","ci-cd","nextjs","styled-components","testing"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ZauJulio.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}},"created_at":"2021-12-10T21:46:58.000Z","updated_at":"2022-08-06T19:03:35.000Z","dependencies_parsed_at":"2023-02-07T14:46:25.639Z","dependency_job_id":null,"html_url":"https://github.com/ZauJulio/ZBP","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/ZauJulio/ZBP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZauJulio%2FZBP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZauJulio%2FZBP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZauJulio%2FZBP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZauJulio%2FZBP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZauJulio","download_url":"https://codeload.github.com/ZauJulio/ZBP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZauJulio%2FZBP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32774774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["boilerplate","ci-cd","nextjs","styled-components","testing"],"created_at":"2024-11-12T09:17:10.838Z","updated_at":"2026-05-08T09:32:29.616Z","avatar_url":"https://github.com/ZauJulio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZBP - 🔎🧪⚛🎨\n\nBoilerplate Nextjs + Typescript with tests, PWA (Optional), code styling, templates and git hooks.\n\n- [[Eslint 🔎]](https://github.com/eslint/eslint): Analyzes the code and generates error warnings.\n- [[Prettier 🎨]](https://github.com/prettier/prettier): formats the code, giving that little hand to Eslint and reverse.\n- [[lint-staged 🚫💩]](https://github.com/okonet/lint-staged): Makes the LINTING all files that are changed.\n- [[Husky 🐶]](https://github.com/typicode/Husky): Creates Commit Hooks to automate code verification (types, styles, etc.).\n- [[Jest 🧪]](https://jestjs.io/): Unit testing framework.\n- [[React Testing Library 🧪⚛]](https://testing-library.com/docs/react-testing-library/intro): Testing library for React.\n- [[PWA 🤹]](https://developers.google.com/web/progressive-web-apps/): Websites that took all the right vitamins.\n- [[Nextjs 🚀]](https://nextjs.org/): Nextjs is a framework for server-rendered React applications.\n- [[Typescript 🧩]](https://www.typescriptlang.org/): TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.\n- [[Styled Components 🪅]](https://styled-components.com/): Styled Components is a library for React that allows you to write styles in a modular, statically-typed, and highly reusable way.\n- [[Plop 🧩]](https://plopjs.com/): Plop is a little tool that saves you time and helps your team build new files with consistency.\n\n## Installation\n\n```console\nfoo@bar:~$ npm create-next-app -e https://github.com/ZauJulio/ZBP\n\nor\n\nfoo@bar:~$ yarn create next-app -e https://github.com/ZauJulio/ZBP\n```\n\n## Scripts\n\n```json\n{\n  \"dev\": \"Runs the development server\",\n  \"build\": \"Builds the application for production\",\n  \"start\": \"Start the production server\",\n  \"lint\": \"Lint the code, with a maximum of 0 Warnings\",\n  \"test\": \"Runs the unit tests\",\n  \"testwatch\": \"Runs the unit tests in watch mode, to each change\",\n  \"test:coverage\": \"Generates a coverage report\",\n  \"storybook\": \"Runs the Storybook server of components, enjoy your playground\",\n  \"generate\": \"Generates a new component with tests, styles and stories\",\n  \"build-storybook\": \"Builds the Storybook static playground\"\n}\n```\n\nInspired by: React Avançado course;\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003eZauJulio 🧪\u003c/p\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaujulio%2Fzbp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaujulio%2Fzbp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaujulio%2Fzbp/lists"}