{"id":18470156,"url":"https://github.com/gregrickaby/nextjs-typescript-starter","last_synced_at":"2025-09-20T01:40:01.320Z","repository":{"id":36988173,"uuid":"455366456","full_name":"gregrickaby/nextjs-typescript-starter","owner":"gregrickaby","description":"A Next.js starter with TypeScript, Tailwind CSS and robust linting.","archived":false,"fork":false,"pushed_at":"2024-04-29T12:06:42.000Z","size":1087,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-02T03:19:55.725Z","etag":null,"topics":["apollo","eslint","markdownlint","nextjs","prettier","stylelint","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gregrickaby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"gregrickaby"}},"created_at":"2022-02-03T23:47:29.000Z","updated_at":"2024-05-06T12:36:44.412Z","dependencies_parsed_at":"2023-12-18T17:30:17.875Z","dependency_job_id":"8e1f7195-b2fc-43f1-b1ae-43cbd3b23d55","html_url":"https://github.com/gregrickaby/nextjs-typescript-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregrickaby/nextjs-typescript-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregrickaby%2Fnextjs-typescript-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregrickaby%2Fnextjs-typescript-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregrickaby%2Fnextjs-typescript-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregrickaby%2Fnextjs-typescript-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregrickaby","download_url":"https://codeload.github.com/gregrickaby/nextjs-typescript-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregrickaby%2Fnextjs-typescript-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276032185,"owners_count":25573465,"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","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"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":["apollo","eslint","markdownlint","nextjs","prettier","stylelint","tailwindcss","typescript"],"created_at":"2024-11-06T10:13:06.874Z","updated_at":"2025-09-20T01:40:01.251Z","avatar_url":"https://github.com/gregrickaby.png","language":"TypeScript","funding_links":["https://github.com/sponsors/gregrickaby"],"categories":[],"sub_categories":[],"readme":"# Next.js TypeScript Starter\n\nHave you ever started a Next.js project from scratch and found yourself trying to get ESLint, Prettier, and Stylelint to play nice? What about setting up a `\u003cLayout\u003e` component, Tailwind CSS, and `types`?\n\nIf so, this is the starter for you! It's just enough \"boilerplate\" to get you up and running, without being so opinionated that you have to teardown.\n\nStart coding your next big idea _right now_, with the Next.js TypeScript Starter!\n\n## ✨ Features\n\n- [Tailwind CSS](https://tailwindcss.com/)\n- [ESLint](https://eslint.org/), [Stylelint](https://stylelint.io/), [Markdownlint](https://github.com/DavidAnson/markdownlint), and [Prettier](https://prettier.io/)\n- [JSDoc](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html)\n- Basic `\u003cLayout\u003e` component\n- [Experimental Image Support](https://nextjs.org/blog/next-12-2#improvements-to-nextimage)\n- Github Action workflow for linting PRs\n\n---\n\n## Getting Started\n\nFirst, install the dependencies:\n\n```bash\nnpx create-next-app my-awesome-app --example https://github.com/gregrickaby/nextjs-typescript-starter --use-npm\n```\n\nThen, run the development server:\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\n---\n\n## Linting\n\nLint your code:\n\n```bash\nnpm run lint\n```\n\nFormat your code:\n\n```bash\nnpm run format\n```\n\n---\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregrickaby%2Fnextjs-typescript-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregrickaby%2Fnextjs-typescript-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregrickaby%2Fnextjs-typescript-starter/lists"}