{"id":16260887,"url":"https://github.com/teofanis/next-ts-graphql-blog","last_synced_at":"2026-02-11T22:14:51.941Z","repository":{"id":38963125,"uuid":"430240662","full_name":"teofanis/next-ts-graphql-blog","owner":"teofanis","description":"The classic blog project. Built for learning purposes and self practice ","archived":false,"fork":false,"pushed_at":"2023-01-08T01:10:18.000Z","size":802,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T07:54:50.850Z","etag":null,"topics":["blog","graphcms","graphql","nextjs","react","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"next-ts-graphql-blog.vercel.app","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/teofanis.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-11-21T00:36:10.000Z","updated_at":"2023-06-07T20:04:37.000Z","dependencies_parsed_at":"2023-02-08T04:01:31.304Z","dependency_job_id":null,"html_url":"https://github.com/teofanis/next-ts-graphql-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teofanis/next-ts-graphql-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teofanis%2Fnext-ts-graphql-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teofanis%2Fnext-ts-graphql-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teofanis%2Fnext-ts-graphql-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teofanis%2Fnext-ts-graphql-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teofanis","download_url":"https://codeload.github.com/teofanis/next-ts-graphql-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teofanis%2Fnext-ts-graphql-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29347677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["blog","graphcms","graphql","nextjs","react","tailwindcss","typescript"],"created_at":"2024-10-10T16:21:39.291Z","updated_at":"2026-02-11T22:14:51.927Z","avatar_url":"https://github.com/teofanis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextJS / React / Typescript / Tailwind / GraphQL / GraphCMS\n\n[![CI](https://github.com/teofanis/next-ts-graphql-blog/actions/workflows/ci.yml/badge.svg)](https://github.com/teofanis/next-ts-graphql-blog/actions/workflows/ci.yml)\n![Production](https://img.shields.io/github/deployments/teofanis/next-ts-graphql-blog/production?label=production\u0026logo=vercel\u0026logoColor=white)\n![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/teofanis/5734448c5f2e10915c1d4e45ad04dd25/raw/next-ts-graphql-blog_test_coverage.json)\n\n## Description\n\nThis project has been build for the purpose of learning and practicing the following technologies:\n\n    - Typescript\n    - Next JS / React\n    - GraphQL\n    - GraphCMS\n\nWill also setup some basic tools for CI/CD.\nAlso planning to include cypress e2e tests.\n\n## Installation\n\nClone the repo and run the following commands at the root of the project:\nCopy the .env.example file to .env and replace the XXXXX values.\n\n```bash\n    yarn install\n    yarn dev\n    yarn prepare // Installs the pre-commit hooks\n```\n\n## Linting\n\nThis project uses [Prettier](https://prettier.io/) and [ESLint](https://eslint.org/) in Google Style config to perform static checks on all the code.\n\n## TypeScript\n\nThis project uses [TypeScript](https://www.typescriptlang.org/) to simplify JavaScript allowing to be read and to debug easier.\n\n## Husky\n\nThis project is using husky to prevent issues while we're trying to push/commit our code to remote.\n\n### Husky Checks\n\n    - Code Style Standards\n    - Linting Standards\n    - Typescript Standards\n    - Successful build test\n    - Staged File Checks (-all of the above)\n\n## Commands\n\n- `yarn dev`: Starts the project in development mode\n- `yarn build`: Builds the project for production\n- `yarn start` : Starts the production server\n- `yarn check-types` : Checks for typescript errors\n- `yarn check-format` : Checks for code style errors\n- `yarn check-lint` : Checks for linting errors\n- `yarn format` : Runs format on all files\n- `yarn lint` : Runs check-types, check-format and check-lint\n- `yarn test` : Runs test suites\n- `yarn test:coverage` : Runs test suites with coverage report generation\n- `yarn test-all` : Runs all pre-push checks (format, types, lint, test, prod-build)\n- `yarn prepare` : Installs pre-commit husky hooks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteofanis%2Fnext-ts-graphql-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteofanis%2Fnext-ts-graphql-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteofanis%2Fnext-ts-graphql-blog/lists"}