{"id":27292439,"url":"https://github.com/khushal-ag/nextjs-template","last_synced_at":"2025-10-14T14:43:31.625Z","repository":{"id":200255438,"uuid":"704462333","full_name":"Khushal-ag/nextjs-template","owner":"Khushal-ag","description":"A Minimal Next.js Starter Template with TypeScript, Tailwind CSS, and pre-configured with ESLint, Prettier, and Husky.","archived":false,"fork":false,"pushed_at":"2025-10-06T10:05:28.000Z","size":2153,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T12:11:06.883Z","etag":null,"topics":["eslint","nextjs","nextjs-starter","nextjs-template","nextjs13","prettier","react18","ssr","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://nextjs-template.khushalagarwal.tech","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/Khushal-ag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-13T10:02:00.000Z","updated_at":"2025-08-25T05:40:00.000Z","dependencies_parsed_at":"2024-01-08T04:49:10.663Z","dependency_job_id":"9bc31bb9-9a5b-45d8-a60e-814b1bd07217","html_url":"https://github.com/Khushal-ag/nextjs-template","commit_stats":null,"previous_names":["khushal-ag/nextjs-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Khushal-ag/nextjs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Fnextjs-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Fnextjs-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Fnextjs-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Fnextjs-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Khushal-ag","download_url":"https://codeload.github.com/Khushal-ag/nextjs-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Fnextjs-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019158,"owners_count":26086685,"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-10-14T02:00:06.444Z","response_time":60,"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":["eslint","nextjs","nextjs-starter","nextjs-template","nextjs13","prettier","react18","ssr","tailwindcss","typescript"],"created_at":"2025-04-11T22:09:47.344Z","updated_at":"2025-10-14T14:43:31.620Z","avatar_url":"https://github.com/Khushal-ag.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\r\n\r\n![views] ![stars] ![forks] ![issues] ![license] ![repo-size]\r\n\r\n\u003cpicture\u003e\r\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./public/nextjs-light.svg\"\u003e\r\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./public/nextjs-dark.svg\"\u003e\r\n  \u003cimg alt=\"Next.js\" src=\"./public/nextjs-light.svg\"\u003e\r\n\u003c/picture\u003e\r\n\r\n# Next.js Starter Template\r\n\r\n## A Minimal Next.js Starter Template with _TypeScript_, _Tailwind CSS_, pre-configured with _ESLint_, and _Prettier_\r\n\r\n\u003c/div\u003e\r\n\r\n## Features\r\n\r\n- ⚡ **[Next.js](https://nextjs.org/)** - A React Framework for Production\r\n- 🔥 **[App Router](https://nextjs.org/docs/app)** - It is a new paradigm for building applications using React's latest features.\r\n- 🎨 **[Tailwind CSS](https://tailwindcss.com/)** - A Utility-First CSS Framework for Rapid UI Development\r\n- 📦 **[TypeScript](https://www.typescriptlang.org/)** - A typed superset of JavaScript that compiles to plain JavaScript\r\n- 📝 **[ESLint](https://eslint.org/)** - The pluggable linting utility for JavaScript and JSX\r\n- 🛠 **[Prettier](https://prettier.io/)** - An opinionated code formatter\r\n\r\n## Getting Started\r\n\r\n```bash\r\nbunx create-next-app -e \"https://github.com/Khushal-ag/nextjs-template\" \u003cproject-name\u003e\r\n```\r\n\r\n**Install dependencies**\r\n\r\n```bash\r\nbun i || pnpm i || yarn || npm i\r\n```\r\n\r\n**Initialize a new git repository _(Optional)_:**\r\n\r\n```bash\r\ngit init\r\ngit add .\r\ngit commit --no-verify -m \"init\"\r\n```\r\n\r\n## Available Scripts\r\n\r\nIn the project directory, you can run:\r\n\r\n| **Script**   | **Description**                                      |\r\n| ------------ | ---------------------------------------------------- |\r\n| `dev`        | Runs the app in the development mode.                |\r\n| `build`      | Builds the app for production to the `.next` folder. |\r\n| `start`      | Runs the built app in the production mode.           |\r\n| `preview`    | Builds and serves the app in the production mode.    |\r\n| `lint`       | Runs next lint on the project.                       |\r\n| `type-check` | Runs TypeScript type checker.                        |\r\n| `ui`         | Shadcn script alias.                                 |\r\n| `fmt:check`  | Checks if the code is formatted with Prettier.       |\r\n| `fmt`        | Formats the code with Prettier.                      |\r\n| `clean`      | Remove build cache (.next).                          |\r\n| `cleani`     | Remove cache and dependencies and reinstall them.    |\r\n\r\n## After Installation Checklist\r\n\r\n- [ ] Update `package.json` with your project details.\r\n- [ ] Update `README.md` with your project details.\r\n- [ ] Update `LICENSE` with your name and year.\r\n- [ ] Update `layout.tsx` to your liking.\r\n- [ ] Update `config/site.ts` to your own config.\r\n- [ ] Clear `page.tsx` and write your own.\r\n- [ ] Remove `client-component.tsx`.\r\n\r\n## Switching Package Manager\r\n\r\nThis template uses [bun](https://bun.sh/) as the default package manager. If you want to use `npm` or `yarn` or `pnpm`, you need to remove the `bun.lockb` file and run `npm i` or `yarn` or `pnpm i` to generate the lock file for the respective package manager.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Contributors\r\n\r\n\u003cdiv align=center\u003e\r\n\r\n[![][contributors]][contributors-graph]\r\n\r\n_Note: It may take up to 24h for the [contrib.rocks][contrib-rocks] plugin to update because it's refreshed once a day._\r\n\r\n\u003c/div\u003e\r\n\r\n\u003c!----------------------------------{ Labels }---------------------------------\u003e\r\n\r\n[views]: https://komarev.com/ghpvc/?username=nextjs-template\u0026label=view%20counter\u0026color=red\u0026style=flat\r\n[repo-size]: https://img.shields.io/github/repo-size/Khushal-ag/nextjs-template\r\n[issues]: https://img.shields.io/github/issues-raw/Khushal-ag/nextjs-template\r\n[license]: https://img.shields.io/github/license/Khushal-ag/nextjs-template\r\n[forks]: https://img.shields.io/github/forks/Khushal-ag/nextjs-template?style=flat\r\n[stars]: https://img.shields.io/github/stars/Khushal-ag/nextjs-template\r\n[contributors]: https://contrib.rocks/image?repo=Khushal-ag/nextjs-template\u0026max=500\r\n[contributors-graph]: https://github.com/Khushal-ag/nextjs-template/graphs/contributors\r\n[contrib-rocks]: https://contrib.rocks/preview?repo=Khushal-ag%2Fnextjs-template\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushal-ag%2Fnextjs-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhushal-ag%2Fnextjs-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushal-ag%2Fnextjs-template/lists"}