{"id":30712360,"url":"https://github.com/luisdelavega/comet-starter-vite-app","last_synced_at":"2026-04-02T03:12:06.421Z","repository":{"id":184062955,"uuid":"671247207","full_name":"LuisdelaVega/comet-starter-vite-app","owner":"LuisdelaVega","description":"Comet Component Library Starter App using Vite","archived":false,"fork":false,"pushed_at":"2023-07-31T12:55:46.000Z","size":505,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T02:52:32.547Z","etag":null,"topics":["axios","comet","cypress","cypress-axe","eslint","jest","prettier","react","recoil","tanstack-react-query","typescript","uswds","victory-charts"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LuisdelaVega.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-26T22:15:25.000Z","updated_at":"2023-07-26T22:22:19.000Z","dependencies_parsed_at":"2025-09-03T02:52:24.197Z","dependency_job_id":"08b79cee-65a2-43c9-9cd8-2c0c9de9b48f","html_url":"https://github.com/LuisdelaVega/comet-starter-vite-app","commit_stats":null,"previous_names":["luisdelavega/comet-starter-vite-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LuisdelaVega/comet-starter-vite-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisdelaVega%2Fcomet-starter-vite-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisdelaVega%2Fcomet-starter-vite-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisdelaVega%2Fcomet-starter-vite-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisdelaVega%2Fcomet-starter-vite-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LuisdelaVega","download_url":"https://codeload.github.com/LuisdelaVega/comet-starter-vite-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisdelaVega%2Fcomet-starter-vite-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["axios","comet","cypress","cypress-axe","eslint","jest","prettier","react","recoil","tanstack-react-query","typescript","uswds","victory-charts"],"created_at":"2025-09-03T02:52:17.754Z","updated_at":"2026-04-02T03:12:06.396Z","avatar_url":"https://github.com/LuisdelaVega.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to the Comet Starter Vite App\n\nThe goal of this project is to provide a React with TypeScript starter application, which comes pre-configured with the USWDS-based [Comet Component Library](https://github.com/MetroStar/comet) as well as other tools to accelerate development. Some of these tools are as follows:\n\n- Tooling: [Vite](https://vitejs.dev/)\n- Platform: [React](https://react.dev/) with [TypeScript](https://www.typescriptlang.org/)\n- Component Library: [Comet Component Library](https://github.com/MetroStar/comet)\n- Data Visualization: [Victory Charts](https://formidable.com/open-source/victory/)\n- State Management: [TanStack Query](https://tanstack.com/query/latest) \u0026 [Recoil](https://recoiljs.org/)\n- Forms: [React Hook Form](https://www.react-hook-form.com/)\n- Unit Testing: [Jest](https://jestjs.io/) with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)\n- Code Analysis: [ES Lint](https://eslint.org/)\n- Code Formatting: [Prettier](https://prettier.io/)\n- End-to-End (E2E) Testing: [Cypress](https://www.cypress.io/)\n- Accessibility Testing: [cypress-axe](https://www.npmjs.com/package/cypress-axe)\n- API support: [axios](https://axios-http.com/)\n- Authentication support (coming soon): TBD\n\n## Table of Contents\n\n1. [Running the Project Locally](#running-the-project-locally)\n2. [Running Unit Tests](#running-unit-tests)\n3. [Running Code Quality Checks](#running-code-quality-checks)\n4. [Running End-to-End (E2E) Tests](#running-end-to-end-e2e-tests)\n5. [Contributing](#contributing)\n\n## Running the Project Locally\n\n1. To install dependencies, run the following:\n\n```sh\nnpm install\n```\n\n2. To start the app, run the following:\n\n```sh\nnpm run dev\n```\n\n## Running Unit Tests\n\nTo make sure your changes do not break any unit tests, run the following:\n\n```sh\nnpm run test\n```\n\nEnsure to review the coverage directory for code coverage details.\n\n```sh\nnpm run coverage\n```\n\n## Running Code Quality Checks\n\nTo make sure your changes adhere to additional code quality standards, run the following:\n\n```sh\nnpm run lint\nnpm run format\n```\n\nYou can also see the `.vscode/settings.json` file to find how to enable auto-formatting on save.\n\n## Running End-to-End (E2E) Tests\n\nNote: running E2E tests requires the app to be running as well, run the following:\n\n```sh\nnpm run e2e\n```\n\n## Contributing\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature_a`)\n3. Commit your Changes (`git commit -m 'Added new feature_a'`)\n4. Push to the Branch (`git push origin feature_a`)\n5. Open a Pull Request\n\n## Notes\n\n### When to use `EnvironmentPlugin`?\n\nUse `EnvironmentPlugin` to expose specific values in from your `.env` files through `process.env` instead of the vite provided `import.meta.env` way.\n\nYou would want to use `EnvironmentPlugin` when you're creating unit test for code that tries to read a value through `import.meta.env`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisdelavega%2Fcomet-starter-vite-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluisdelavega%2Fcomet-starter-vite-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisdelavega%2Fcomet-starter-vite-app/lists"}