{"id":13417051,"url":"https://github.com/jvidalv/vital","last_synced_at":"2025-04-12T21:30:02.300Z","repository":{"id":40461127,"uuid":"420432544","full_name":"jvidalv/vital","owner":"jvidalv","description":"Starter template for Vite with React (TypeScript). Supports Tailwind. Vitest and @react/testing-library configured and ready to go. Also ESLint, Prettier, and Atomic Design for components.","archived":false,"fork":false,"pushed_at":"2024-10-26T15:22:34.000Z","size":294,"stargazers_count":267,"open_issues_count":0,"forks_count":40,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-30T02:58:25.158Z","etag":null,"topics":["eslint","postcss","prettier","react","starter","tailwindcss","template","typescript","vite","vitest"],"latest_commit_sha":null,"homepage":"https://vital.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-10-23T14:17:34.000Z","updated_at":"2024-10-29T11:37:59.000Z","dependencies_parsed_at":"2024-10-26T17:13:27.178Z","dependency_job_id":"7374d518-9995-45c9-b8d6-11c8b7e1bf99","html_url":"https://github.com/jvidalv/vital","commit_stats":{"total_commits":55,"total_committers":1,"mean_commits":55.0,"dds":0.0,"last_synced_commit":"feb4fe15f977985b27fb08e2334e79ff6cf17964"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvidalv%2Fvital","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvidalv%2Fvital/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvidalv%2Fvital/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvidalv%2Fvital/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvidalv","download_url":"https://codeload.github.com/jvidalv/vital/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248634809,"owners_count":21137120,"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":["eslint","postcss","prettier","react","starter","tailwindcss","template","typescript","vite","vitest"],"created_at":"2024-07-30T22:00:31.850Z","updated_at":"2025-04-12T21:30:02.266Z","avatar_url":"https://github.com/jvidalv.png","language":"TypeScript","funding_links":[],"categories":["Get Started","vite"],"sub_categories":["Templates"],"readme":"\u003cp align='center'\u003e\n  \u003cimg src='https://i.imgur.com/KVmyXyo.png' alt='Vital - Vite Starter Template' width='600'/\u003e\n\u003c/p\u003e\n\n\u003cp align='center'\u003e\nMocking up web app with \u003cb\u003eVital\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://vital.josepvidal.dev\"\u003eLive Demo\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n## Features\n\n- ⚡️ [React 18](https://beta.reactjs.org/)\n- 🦾 TypeScript, of course\n- 🎨 [Tailwind](https://tailwindcss.com/) - next generation utility-first CSS\n- 👑 [Atomic Design organization](https://bradfrost.com/blog/post/atomic-web-design/)\n- 🗂 [Relative imports](https://github.com/vitejs/vite/issues/88#issuecomment-762415200)\n- 😃 [Hero icons](https://heroicons.com/)\n- ☁️ Deploy on Netlify, zero-config\n\n### Coding Style\n\n- [ESLint](https://eslint.org/) - configured for React/Hooks \u0026 TypeScript\n- [Prettier](https://prettier.io/)\n\n### Dev tools\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [Netlify](https://www.netlify.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/vital/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/vital my-vital-app\ncd my-vital-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\nJust run and visit http://127.0.0.1:3000/\n\n```bash\nyarn dev\n```\n\n### Build\n\nTo build the App, run\n\n```bash\nyarn build\n```\n\nAnd you will see the generated file in `dist` that ready to be served.\n\n### Deploy on Netlify\n\nGo to [Netlify](https://app.netlify.com/start) and select your repository, `OK` along the way, and your App will be live in a minute.\n\n### Issues\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 React apps 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%2Fvital","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvidalv%2Fvital","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvidalv%2Fvital/lists"}