{"id":24498227,"url":"https://github.com/nyxb/vite-template-react","last_synced_at":"2026-04-18T15:39:43.662Z","repository":{"id":207973189,"uuid":"720547693","full_name":"nyxb/vite-template-react","owner":"nyxb","description":"A Vite + React + TS template","archived":false,"fork":false,"pushed_at":"2023-11-18T23:50:05.000Z","size":496,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T01:44:03.815Z","etag":null,"topics":["react","template","tsx","vite","vite-template-react","vitest"],"latest_commit_sha":null,"homepage":"https://nyxb.nexus","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/nyxb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["nyxb"]}},"created_at":"2023-11-18T20:18:54.000Z","updated_at":"2024-10-22T03:45:30.000Z","dependencies_parsed_at":"2025-11-14T13:00:43.166Z","dependency_job_id":null,"html_url":"https://github.com/nyxb/vite-template-react","commit_stats":null,"previous_names":["nyxb/vite-template-react"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/nyxb/vite-template-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyxb%2Fvite-template-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyxb%2Fvite-template-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyxb%2Fvite-template-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyxb%2Fvite-template-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nyxb","download_url":"https://codeload.github.com/nyxb/vite-template-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyxb%2Fvite-template-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31974951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["react","template","tsx","vite","vite-template-react","vitest"],"created_at":"2025-01-21T22:10:51.201Z","updated_at":"2026-04-18T15:39:43.635Z","avatar_url":"https://github.com/nyxb.png","language":"TypeScript","funding_links":["https://github.com/sponsors/nyxb"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Vite Template React\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/nyxb/vite-template-react/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/nyxb/vite-template-react\" alt=\"GitHub Release (latest by date)\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/nyxb/vite-template-react/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/nyxb/vite-template-react\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    A \u003ca href=\"https://vitejs.dev\"\u003eVite\u003c/a\u003e + \u003ca href=\"https://react.dev\"\u003eReact\u003c/a\u003e starter template.\n\u003c/p\u003e\n\n![Alt text](./assets/NyxbShot-2023-11-19-at-00.27.51@2x.png)\n\n## Development\n\nTo get a local copy of the code, use nyxbi cli:\n\n```\nnpx nyxbi init -t vite-template-react my-app\n```\nand follow the instructions. after that, you can run:\n\n```sh\nbun dev\n```\n\nAnd then open http://localhost:3000 to view it in the browser.\n\n#### Available Scripts\n\nIn this project, you can run the following scripts:\n\n| Script        | Description                                             |\n| ------------- | ------------------------------------------------------- |\n| bun start     | Runs the app in the development mode.                   |\n| bun test      | Launches the test runner in the interactive watch mode. |\n| bun run build | Builds the app for production to the `dist` folder.     |\n| bun run serve | Serves the production build from the `dist` folder.     |\n| bun run test  | Runs tests with vitest.                                 |\n| bun run coverage | Runs tests with code coverage                        |\n\nor you can simply use [nyxi](https://github.com/nyxb/nyxi) and just enter `nyxr` and select your script\n\ninstall it with:\n\n```sh\nnpm install -g @nyxb/nyxi\n```\n\n## Folder Structure\n\nNo configuration or complicated folder structures, just the files you need to build your app:\n\n```\nvite-template-react\n├── public\n│   ├── favicon.svg\n│   ├── react.svg\n│   ├── robots.txt\n│   ├── styled-component.svg\n│   ├── vite.svg\n│   └── vitest.svg\n├── src\n│   ├── assets\n│   │   ├── react.svg\n│   │   ├── vite.svg\n│   │   └── vitest..svg\n│   ├── components\n│   │   ├── Avatar\n│   │   │   ├── Avatar.test.tsx\n│   │   │   ├── Avatar.tsx\n│   │   │   └── index.ts\n│   │   ├── Card\n│   │   │   ├── Card.tsx\n│   │   │   └── index.ts\n│   │   ├── GlobalStyle\n│   │   │   ├── GlobalStyle.tsx\n│   │   │   └── index.ts\n│   │   └── ImageLink\n│   │       ├── ImageLink.test.tsx\n│   │       ├── ImageLink.tsx\n│   │       └── index.ts\n│   ├── test\n│   │   ├── App.test.tsx\n│   │   └── setup.ts\n│   ├── App.tsx\n│   ├── constants.ts\n│   ├── index.tsx\n│   └── logo.svg\n├── types\n│   ├── bun.env.d.ts\n│   ├── custom.d.ts\n│   └── vite-env.d.ts\n├── LICENSE\n├── README.md\n├── bun.lockb\n├── eslint.config.js\n├── index.html\n├── package.json\n├── tsconfig.json\n├── vite.config.ts\n└── vitest.config.ts\n```\n\n## Styleguide\n\nFor coding style, I use [eslint](https://eslint.org/) along with my custom configuration, [@nyxb/eslint-config](https://github.com/nyxb/eslint-config).\n\n## Credits\n\nVite Template React is built and maintained by [Nyxb](https://nyxb.nexus).\n\n## License\n\nThis project is licensed under the terms of the [MIT license](https://github.com/nyxb/vite-template-react/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnyxb%2Fvite-template-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnyxb%2Fvite-template-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnyxb%2Fvite-template-react/lists"}