{"id":15316488,"url":"https://github.com/doemser/next-js-template","last_synced_at":"2026-04-11T04:33:57.177Z","repository":{"id":174310361,"uuid":"453942781","full_name":"doemser/next-js-template","owner":"doemser","description":"A simple an clean next.js Template","archived":false,"fork":false,"pushed_at":"2022-01-31T09:20:10.000Z","size":518,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T06:02:26.731Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doemser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/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":"2022-01-31T09:20:08.000Z","updated_at":"2022-01-31T09:20:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"d59ab576-8857-489f-b916-6b0ba0b8a259","html_url":"https://github.com/doemser/next-js-template","commit_stats":null,"previous_names":["doemser/next-js-template"],"tags_count":0,"template":true,"template_full_name":"pixelass/next-js-template","purl":"pkg:github/doemser/next-js-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doemser%2Fnext-js-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doemser%2Fnext-js-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doemser%2Fnext-js-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doemser%2Fnext-js-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doemser","download_url":"https://codeload.github.com/doemser/next-js-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doemser%2Fnext-js-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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-10-01T08:54:14.957Z","updated_at":"2026-04-11T04:33:57.169Z","avatar_url":"https://github.com/doemser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next App\n\nThis is a template for a Next.js app.\n\nIt uses the following tools/libraries:\n\n* [Storybook](https://storybook.js.org/)\n* [Cypress](https://cypress.io/)\n* [Jest](https://jestjs.io/)\n* [Commitlint](https://commitlint.js.org/)\n* [Stylelint](https://stylelint.io/)\n* [Eslint](https://eslint.org/)\n* [Prettier](https://prettier.io/)\n\n## Getting started\n\n**Run the development server:**\n\n```bash\nnpm run dev\n```\n\n**Run storybook:**\n\n```shell\nnpm run storybook\n```\n\n\n## Atomic design\n\nWe use atomic design. You can read more about our decision in the\n[documentation](./docs/ATOMIC_DESIGN.md).\n\n## Behavior Driven Development\n\nWe use behavior tests. You can read more about our decision in the\n[documentation](./docs/BEHAVIOR_DRIVEN_DEVELOPMENT.md).\n\n## Test Driven Development\n\nWe jest to write unit tests. Please look at the Documentation for [Jest](https://jestjs.io/)\nand [testing-library](https://testing-library.com/docs/react-testing-library/intro/).\n\n## Commitlint\n\nWe use commitlint to ensure conventional commit messages. You can read more about our decision in\nthe [documentation](./docs/COMMITS.md).\n\n\n## Commands\n\n**Run the development server:**\n\n```bash\nnpm run dev\n```\n\n**Build:**\n\n```shell\nnpm run build\n```\n\n**Run storybook:**\n\n```shell\nnpm run storybook\n```\n\n**Build storybook:**\n\n```shell\nnpm run storybook:build\n```\n\n**Run e2e tests:**\n\n```shell\nnpm run cypress # local without server\n# npm run cypress:run # headless\n# npm run test:e2e # with server\n```\n\n**Run unit tests:**\n\n```shell\nnpm run jest\n# npm run jest:watch # watch\n# npm run test:unit # same as \"npm run jest\"\n```\n\n**Run all tests:**\n\n```shell\nnpm run test\n```\n\n**Run stylelint**\n\n```shell\nnpm run stylelint\n```\n\n**Run eslint**\n\n```shell\nnpm run eslint\n```\n\n**Run all linters**\n\n```shell\nnpm run lint\n```\n\n## Skipping linters\n\nIf you need to skip a linter you can add the `--no-verify` flag.\n\n\u003e Warning! We strongly advise against skipping linters.\n\n```shell\n# Skipping commitlint\ngit commit README.md -m \"this is a dirty commit\" --no-verify\n# Skipping linters\ngit push --no-verify\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoemser%2Fnext-js-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoemser%2Fnext-js-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoemser%2Fnext-js-template/lists"}