{"id":21989356,"url":"https://github.com/jvidalv/nextal","last_synced_at":"2025-08-22T01:32:39.525Z","repository":{"id":44800489,"uuid":"427932206","full_name":"jvidalv/nextal","owner":"jvidalv","description":"Starter template for NextJs with TypeScript. Supports Tailwind with CSS-Modules. Vitest and @react/testing-library configured and ready to go. Also ESLint, Prettier, Husky, Commit-lint and Atomic Design for components. ","archived":false,"fork":false,"pushed_at":"2024-02-10T11:30:11.000Z","size":622,"stargazers_count":163,"open_issues_count":0,"forks_count":17,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-13T06:51:34.165Z","etag":null,"topics":["commit-lint","dark-theme","husky","nextjs","nextjs-starter","nextjs-template","react","tailwindcss","typescript","vitest"],"latest_commit_sha":null,"homepage":"https://nextal.josepvidal.dev","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/jvidalv.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}},"created_at":"2021-11-14T13:11:48.000Z","updated_at":"2024-04-17T20:20:02.000Z","dependencies_parsed_at":"2024-11-29T19:44:46.089Z","dependency_job_id":null,"html_url":"https://github.com/jvidalv/nextal","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvidalv%2Fnextal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvidalv%2Fnextal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvidalv%2Fnextal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvidalv%2Fnextal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvidalv","download_url":"https://codeload.github.com/jvidalv/nextal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230547678,"owners_count":18243227,"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":["commit-lint","dark-theme","husky","nextjs","nextjs-starter","nextjs-template","react","tailwindcss","typescript","vitest"],"created_at":"2024-11-29T19:29:08.373Z","updated_at":"2024-12-20T07:07:00.184Z","avatar_url":"https://github.com/jvidalv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e\n  \u003cimg src='https://i.imgur.com/Atv0MyS.png' alt='Nextal - Next Starter Template' width='600'/\u003e\n\u003c/p\u003e\n\n\u003cp align='center'\u003e\nMocking up web app with \u003cb\u003eNextal\u003c/b\u003e\u003csup\u003e\u003cem\u003e(speed)\u003c/em\u003e\u003c/sup\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align='center'\u003e\n\u003ca href=\"https://nextal.josepvidal.dev\"\u003eLive Demo\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- ⚡️ [Next 14 with React 18](https://nextjs.org/docs/getting-started) - Using the /app folder.\n- 🦾 TypeScript, of course\n- 🫀 [Vitest](https://vitest.dev/) - unitary testing made easy\n- 🎨 [Tailwind](https://tailwindcss.com/) - next generation utility-first CSS\n- 🌚 [Dark Mode](https://tailwindcss.com/docs/dark-mode)\n- 👑 [Atomic Design organization](https://bradfrost.com/blog/post/atomic-web-design/)\n- 🗂 [Absolute imports](https://github.com/vitejs/vite/issues/88#issuecomment-762415200)\n- 😃 [Hero icons](https://heroicons.com/)\n- ☁️ Deploy on Vercel, zero-config\n\n### Coding Style\n\n- [ESLint](https://eslint.org/)\n- [Prettier](https://prettier.io/)\n\n### Dev tools\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [Commit lint](https://github.com/conventional-changelog/commitlint) - helps your team adhering to a commit convention\n- [Vercel](https://www.vercel.com/) - zero-config deployment\n\n## Try it now!\n\n### GitHub Template\n\n[Create a repo from this template on GitHub](https://github.com/jvidalv/nextal/generate).\n\n### Clone to local\n\nIf you prefer to do it manually with the cleaner git history\n\n```bash\nnpx degit jvidalv/nextal my-nextjs-app\ncd my-nextjs-app\nyarn # If you don't have yarn installed, run: npm install -g yarn\n```\n\n## Checklist\n\nWhen you use this template, try follow the checklist to update your info properly\n\n- [ ] Rename `name` and `author` fields in `package.json`\n- [ ] Change the author name in `LICENSE`\n- [ ] Change the title in `index.html`\n- [ ] Change the favicon in `public`\n- [ ] Modify the manifest in `public`\n- [ ] Clean up the README's\n\nAnd, enjoy :)\n\n## Usage\n\n### Development\n\nType:\n\n```bash\nyarn dev\n```\n\nThen visit http://localhost:3000\n\n### Build\n\nTo build like if it was for production run\n\n```bash\nyarn build\nyarn start\n```\n\nThen you can visit http://localhost:3000 and check that everything works as expected.\n\n### Deploy on Netlify\n\nGo to [Vercel](https://vercel.com/new) and select your repository, `OK` along the way, and your App will be live in a minute.\n\n#### Husky\n\nIf pre-commit hooks are not working be sure that you have installed husky: `husky install`.\n\nBy default this command should be triggered after yarn/npm deps are installed.\n\n## Why\n\nI have created several NextJs webs recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within a very short time.\n\nSo I made this starter template for myself to create apps more easily, along with some good practices that I have learned from making those apps. Feel free to tweak it or even maintains your own forks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvidalv%2Fnextal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvidalv%2Fnextal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvidalv%2Fnextal/lists"}