{"id":24740968,"url":"https://github.com/danielalves96/mushadelic-records","last_synced_at":"2025-08-27T01:39:46.969Z","repository":{"id":109774056,"uuid":"497077227","full_name":"danielalves96/mushadelic-records","owner":"danielalves96","description":"Front-end for a Music Label website","archived":false,"fork":false,"pushed_at":"2024-10-17T20:30:59.000Z","size":7522,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-20T02:31:48.339Z","etag":null,"topics":["firebase","nextjs","react","typescript"],"latest_commit_sha":null,"homepage":"https://label.mushadelic.com.br/","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/danielalves96.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-05-27T17:09:42.000Z","updated_at":"2024-10-17T20:31:03.000Z","dependencies_parsed_at":"2024-10-21T15:27:27.943Z","dependency_job_id":null,"html_url":"https://github.com/danielalves96/mushadelic-records","commit_stats":null,"previous_names":["danielalves96/mushadelic-records"],"tags_count":0,"template":false,"template_full_name":"jpedroschmitz/typescript-nextjs-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielalves96%2Fmushadelic-records","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielalves96%2Fmushadelic-records/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielalves96%2Fmushadelic-records/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielalves96%2Fmushadelic-records/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielalves96","download_url":"https://codeload.github.com/danielalves96/mushadelic-records/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235941552,"owners_count":19069662,"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","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":["firebase","nextjs","react","typescript"],"created_at":"2025-01-27T23:48:39.495Z","updated_at":"2025-01-27T23:48:40.136Z","avatar_url":"https://github.com/danielalves96.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/26466516/141659551-d7ba5630-7200-46fe-863b-87818dae970a.png\" alt=\"Next.js TypeScript Starter\"\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\u003cstrong\u003eNon-opinionated TypeScript starter for Next.js\u003c/strong\u003e\u003c/div\u003e\n\u003cdiv align=\"center\"\u003eHighly scalable foundation with the best DX. All the tools you need to build your next project.\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?label=PRs\u0026message=welcome\u0026style=flat-square\u0026color=5e17eb\u0026labelColor=000000\" alt=\"PRs welcome!\" /\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/jpedroschmitz/typescript-nextjs-starter?style=flat-square\u0026color=5e17eb\u0026labelColor=000000\"\u003e\n\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=jpedroschmitz\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/jpedroschmitz?style=flat-square\u0026color=5e17eb\u0026labelColor=000000\" alt=\"Follow @jpedroschmitz\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eCreated by \u003ca href=\"https://twitter.com/jpedroschmitz\"\u003eJoão Pedro\u003c/a\u003e with the help of many \u003ca href=\"https://github.com/jpedroschmitz/typescript-nextjs-starter/graphs/contributors\"\u003ewonderful contributors\u003c/a\u003e.\u003c/sub\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n## Features\n\n- ⚡️ Next.js 14 (App Router)\n- ⚛️ React 18\n- ⛑ TypeScript\n- 📏 ESLint — To find and fix problems in your code\n- 💖 Prettier — Code Formatter for consistent style\n- 🐶 Husky — For running scripts before committing\n- 🚓 Commitlint — To make sure your commit messages follow the convention\n- 🖌 Renovate — To keep your dependencies up to date\n- 🚫 lint-staged — Run ESLint and Prettier against staged Git files\n- 👷 PR Workflow — Run Type Check \u0026 Linters on Pull Requests\n- ⚙️ EditorConfig - Consistent coding styles across editors and IDEs\n- 🗂 Path Mapping — Import components or images using the `@` prefix\n\n## Quick Start\n\nThe best way to start with this template is using [Create Next App](https://nextjs.org/docs/api-reference/create-next-app).\n\n```\n# yarn\nyarn create next-app -e https://github.com/jpedroschmitz/typescript-nextjs-starter\n# npm\nnpx create-next-app -e https://github.com/jpedroschmitz/typescript-nextjs-starter\n# pnpm\npnpm create next-app -e https://github.com/jpedroschmitz/typescript-nextjs-starter\n```\n\n### Development\n\nTo start the project locally, run:\n\n```bash\npnpm dev\n```\n\nOpen `http://localhost:3000` with your browser to see the result.\n\n## Testimonials\n\n\u003e [**“This starter is by far the best TypeScript starter for Next.js. Feature packed but un-opinionated at the same time!”**](https://github.com/jpedroschmitz/typescript-nextjs-starter/issues/87#issue-789642190)\u003cbr\u003e\n\u003e — Arafat Zahan\n\n\u003e [**“I can really recommend the Next.js Typescript Starter repo as a solid foundation for your future Next.js projects.”**](https://corfitz.medium.com/create-a-custom-create-next-project-command-2a6b35a1c8e6)\u003cbr\u003e\n\u003e — Corfitz\n\n\u003e [**“Brilliant work!”**](https://github.com/jpedroschmitz/typescript-nextjs-starter/issues/87#issuecomment-769314539)\u003cbr\u003e\n\u003e — Soham Dasgupta\n\n## Showcase\n\nList of websites that started off with Next.js TypeScript Starter:\n\n- [hygraph.com](https://hygraph.com)\n- [rocketseat.com.br](https://www.rocketseat.com.br)\n- [unfork.vercel.app](https://unfork.vercel.app)\n- [cryptools.dev](https://cryptools.dev)\n- [Add yours](https://github.com/jpedroschmitz/typescript-nextjs-starter/edit/main/README.md)\n\n## Documentation\n\n### Requirements\n\n- Node.js \u003e= 20\n- pnpm 9\n\n### Directory Structure\n\n- [`.github`](.github) — GitHub configuration including the CI workflow.\u003cbr\u003e\n- [`.husky`](.husky) — Husky configuration and hooks.\u003cbr\u003e\n- [`public`](./public) — Static assets such as robots.txt, images, and favicon.\u003cbr\u003e\n- [`src`](./src) — Application source code, including pages, components, styles.\n\n### Scripts\n\n- `pnpm dev` — Starts the application in development mode at `http://localhost:3000`.\n- `pnpm build` — Creates an optimized production build of your application.\n- `pnpm start` — Starts the application in production mode.\n- `pnpm type-check` — Validate code using TypeScript compiler.\n- `pnpm lint` — Runs ESLint for all files in the `src` directory.\n- `pnpm format` — Runs Prettier for all files in the `src` directory.\n\n### Path Mapping\n\nTypeScript are pre-configured with custom path mappings. To import components or files, use the `@` prefix.\n\n```tsx\nimport { Button } from '@/components/Button';\n// To import images or other files from the public folder\nimport avatar from '@/public/avatar.png';\n```\n\n### Switch to Yarn/npm\n\nThis starter uses pnpm by default, but this choice is yours. If you'd like to switch to Yarn/npm, delete the `pnpm-lock.yaml` file, install the dependencies with Yarn/npm, change the CI workflow, and Husky Git hooks to use Yarn/npm commands.\n\n\u003e **Note:** If you use Yarn, make sure to follow these steps from the [Husky documentation](https://typicode.github.io/husky/troubleshoot.html#yarn-on-windows) so that Git hooks do not fail with Yarn on Windows.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielalves96%2Fmushadelic-records","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielalves96%2Fmushadelic-records","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielalves96%2Fmushadelic-records/lists"}