{"id":47223312,"url":"https://github.com/epreston/template-web-vite-vitest","last_synced_at":"2026-03-13T19:14:42.709Z","repository":{"id":142686810,"uuid":"591984591","full_name":"epreston/template-web-vite-vitest","owner":"epreston","description":"Repo Template: vite, vitest, eslint","archived":false,"fork":false,"pushed_at":"2026-03-08T18:43:03.000Z","size":703,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-08T22:50:50.431Z","etag":null,"topics":["template","vite","vitest","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/epreston.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","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},"funding":{"github":["epreston"]}},"created_at":"2023-01-22T15:16:01.000Z","updated_at":"2026-03-08T18:43:07.000Z","dependencies_parsed_at":"2023-12-18T22:10:04.857Z","dependency_job_id":"ff57291e-ec49-4d0b-82e4-e0474172e3bf","html_url":"https://github.com/epreston/template-web-vite-vitest","commit_stats":null,"previous_names":[],"tags_count":9,"template":true,"template_full_name":null,"purl":"pkg:github/epreston/template-web-vite-vitest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-vite-vitest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-vite-vitest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-vite-vitest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-vite-vitest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epreston","download_url":"https://codeload.github.com/epreston/template-web-vite-vitest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-vite-vitest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30473005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T17:15:31.527Z","status":"ssl_error","status_checked_at":"2026-03-13T17:15:22.394Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["template","vite","vitest","web"],"created_at":"2026-03-13T19:14:42.005Z","updated_at":"2026-03-13T19:14:42.691Z","avatar_url":"https://github.com/epreston.png","language":"JavaScript","funding_links":["https://github.com/sponsors/epreston"],"categories":[],"sub_categories":[],"readme":"# Vite with Vitest Template Web Project\n\nRepo Template: vite, vitest, eslint.\n\n[![CI][ci-badge]][ci-url]\n\n## Quick Start\n\nInstall [Node.js](https://nodejs.org/en/download/), start a new repository using this [template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template), create a local [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) of your new repository, and run the following console commands within your local copy:\n\n```bash\n# install dependencies\nnpm install\n\n# start a local server in development mode\nnpm run dev\n```\n\n## Scripts\n\n| Action        | Command                 | Description                                |\n| ------------- | ----------------------- | ------------------------------------------ |\n| dev           | `npm run dev`           | Start a development server                 |\n| build         | `npm run build`         | Create a production build into \"dist\"      |\n| start         | `npm run start`         | Start a dev server and open in web browser |\n| lint          | `npm run lint`          | Run static code analysis                   |\n| test          | `npm run test`          | Run unit tests                             |\n| test-watch    | `npm run test-watch`    | Watch for changes and run tests            |\n| test-coverage | `npm run test-coverage` | Generate a test coverage report            |\n\n## Tools\n\n| Tool         | Reference                      |\n| ------------ | ------------------------------ |\n| Node.js      | https://nodejs.org             |\n| Vite         | https://vitejs.dev             |\n| Vitest       | https://vitest.dev             |\n| ESLint       | https://eslint.org             |\n| Prettier     | https://prettier.io            |\n| EditorConfig | https://editorconfig.org       |\n| jsdom        | https://github.com/jsdom/jsdom |\n\n## References\n\n| Reference           | Website                   |\n| ------------------- | ------------------------- |\n| Can I Use           | https://caniuse.com       |\n| Browserslist        | https://browsersl.ist     |\n| Web Platform Status | https://webstatus.dev     |\n| convertacolor       | https://convertacolor.com |\n| Polyfill.io         | https://polyfill.io       |\n\n## License\n\nThis template is released under the MIT [License](LICENSE).\n\n[ci-badge]: https://github.com/epreston/template-web-vite-vitest/actions/workflows/ci.yml/badge.svg\n[ci-url]: https://github.com/epreston/template-web-vite-vitest/actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepreston%2Ftemplate-web-vite-vitest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepreston%2Ftemplate-web-vite-vitest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepreston%2Ftemplate-web-vite-vitest/lists"}