{"id":20169172,"url":"https://github.com/developer-dao/frontend2web3","last_synced_at":"2025-04-10T02:24:21.366Z","repository":{"id":43730078,"uuid":"443197716","full_name":"Developer-DAO/frontend2web3","owner":"Developer-DAO","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-15T18:22:35.000Z","size":8331,"stargazers_count":11,"open_issues_count":13,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T03:53:12.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"frontend2web3.vercel.app","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/Developer-DAO.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-30T22:27:39.000Z","updated_at":"2025-02-24T17:48:04.000Z","dependencies_parsed_at":"2022-09-22T17:30:47.587Z","dependency_job_id":null,"html_url":"https://github.com/Developer-DAO/frontend2web3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer-DAO%2Ffrontend2web3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer-DAO%2Ffrontend2web3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer-DAO%2Ffrontend2web3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer-DAO%2Ffrontend2web3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Developer-DAO","download_url":"https://codeload.github.com/Developer-DAO/frontend2web3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248143503,"owners_count":21054791,"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":[],"created_at":"2024-11-14T01:11:37.934Z","updated_at":"2025-04-10T02:24:21.321Z","avatar_url":"https://github.com/Developer-DAO.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 12\n- ⚛️ React 17\n- ⛑ TypeScript\n- 📏 ESLint — Find and fix problems in your code\n- 💖 Prettier — Code Formatter for consistent style\n- 🐶 Husky — For running scripts before committing\n- 📄 Commitizen — To define a standard way of committing rules\n- 🚓 Commitlint — Make sure your commit messages follow the convention\n- 🖌 Renovate — Keep your dependencies up to date\n- 🚫 lint-staged — To run ESLint and Prettier against staged Git files\n- 👷 PR Workflow — Run Type Check \u0026 Linters on all Pull Requests\n- ⚙️ EditorConfig - Maintain 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```\nyarn create next-app -e https://github.com/jpedroschmitz/typescript-nextjs-starter\n# or\nnpx 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\nyarn 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- [dowhile.io](https://dowhile.io)\n- [graphcms.com](https://graphcms.com)\n- [mobg.com.br](https://mobg.com.br)\n- [nextlevelweek.com](https://nextlevelweek.com)\n- [rocketseat.com.br](https://www.rocketseat.com.br)\n\n## Documentation\n\n### Requirements\n\n- Node.js \u003e= 12.22.0\n- Yarn 1 (Classic)\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- `yarn dev` — Starts the application in development mode at `http://localhost:3000`.\n- `yarn build` — Creates an optimized production build of your application.\n- `yarn start` — Starts the application in production mode.\n- `yarn type-check` — Validate code using TypeScript compiler.\n- `yarn lint` — Runs ESLint for all files in the `src` directory.\n- `yarn format` — Runs Prettier for all files in the `src` directory.\n- `yarn commit` — Run commitizen. Alternative to `git commit`.\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\n// To import images or other files from the public folder\nimport avatar from '@/public/avatar.png';\n```\n\n### Switch to npm\n\nBy default, this starter uses Yarn 1 (Classic), but this choice is yours. If you'd like to switch to npm, delete the `yarn.lock` file, install the dependencies with `npm install`, and change the CI workflows, Husky Git hooks, and lint-staged steps to use npm commands.\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%2Fdeveloper-dao%2Ffrontend2web3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloper-dao%2Ffrontend2web3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-dao%2Ffrontend2web3/lists"}