{"id":15171900,"url":"https://github.com/code-sensei/nextjs-template","last_synced_at":"2026-02-11T19:05:02.776Z","repository":{"id":242429753,"uuid":"809504134","full_name":"code-sensei/nextjs-template","owner":"code-sensei","description":"A robust Next.js template to kickstart your web projects. This template includes essential tools and configurations to streamline development.","archived":false,"fork":false,"pushed_at":"2024-10-30T17:40:11.000Z","size":354,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T08:45:55.885Z","etag":null,"topics":["eslint","husky","nextjs","nextjs13","nextjs14","postcss","react","reactjs","tailwindcss"],"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/code-sensei.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-02T21:44:37.000Z","updated_at":"2024-10-30T17:40:16.000Z","dependencies_parsed_at":"2024-06-03T00:59:08.362Z","dependency_job_id":"a1665955-5dd1-42f7-acea-efc014a02eb1","html_url":"https://github.com/code-sensei/nextjs-template","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"3ff8b2478f8abdde01896e7becf2739bf48813e1"},"previous_names":["code-sensei/nextjs-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/code-sensei/nextjs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-sensei%2Fnextjs-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-sensei%2Fnextjs-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-sensei%2Fnextjs-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-sensei%2Fnextjs-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-sensei","download_url":"https://codeload.github.com/code-sensei/nextjs-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-sensei%2Fnextjs-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29341717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T18:58:20.535Z","status":"ssl_error","status_checked_at":"2026-02-11T18:56:44.814Z","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":["eslint","husky","nextjs","nextjs13","nextjs14","postcss","react","reactjs","tailwindcss"],"created_at":"2024-09-27T09:21:16.546Z","updated_at":"2026-02-11T19:05:02.761Z","avatar_url":"https://github.com/code-sensei.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Template\n---\n\nA robust Next.js template to kickstart your web projects. This template includes essential tools and configurations to streamline development.\n\n## Features\n\n- **Next.js**: The React framework for production.\n- **TypeScript**: For static type checking.\n- **Tailwind CSS**: Utility-first CSS framework.\n- **ESLint**: Linting utility to maintain code quality.\n- **Prettier**: Code formatter to ensure consistent styling.\n- **Husky**: Git hooks to enforce quality checks.\n- **PostCSS**: Tool for transforming CSS with JavaScript plugins.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js\n- npm, yarn, pnpm, or bun\n\n### Installation\n\nClone the repository:\n\n```bash\ngit clone https://github.com/code-sensei/nextjs-template.git\ncd nextjs-template\n```\n\nInstall dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n# or\nbun install\n```\n\n### Development\n\nRun the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser. The page auto-updates as you make edits.\n\n### Building for Production\n\nTo create an optimized production build:\n\n```bash\nnpm run build\n# or\nyarn build\n# or\npnpm build\n# or\nbun build\n```\n\n### Linting and Formatting\n\nLint your code with:\n\n```bash\nnpm run lint\n# or\nyarn lint\n# or\npnpm lint\n# or\nbun lint\n```\n\nFormat your code with:\n\n```bash\nnpm run format\n# or\nyarn format\n# or\npnpm format\n# or\nbun format\n```\n\n### Commit Hooks\n\nThis template uses Husky to run linting and formatting checks before each commit.\n\n### Learn More\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Learn Next.js](https://nextjs.org/learn)\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs)\n\n## Contributing\n\nFeel free to fork this repository, create a branch, and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-sensei%2Fnextjs-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-sensei%2Fnextjs-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-sensei%2Fnextjs-template/lists"}