{"id":20828777,"url":"https://github.com/perty/elm-vite-test","last_synced_at":"2026-02-03T11:03:36.306Z","repository":{"id":208252430,"uuid":"721172241","full_name":"perty/elm-vite-test","owner":"perty","description":"Using GitHub Copilot to write an web app, deployed on Vercel.","archived":false,"fork":false,"pushed_at":"2026-01-28T06:15:26.000Z","size":623,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-28T22:32:33.257Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://elm-vite-test.vercel.app","language":"Elm","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/perty.png","metadata":{"files":{"readme":"README-template.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-20T14:00:52.000Z","updated_at":"2026-01-28T06:15:24.000Z","dependencies_parsed_at":"2023-11-24T11:30:44.971Z","dependency_job_id":"c2d3b347-6ea3-4822-b913-2185c02eecbd","html_url":"https://github.com/perty/elm-vite-test","commit_stats":null,"previous_names":["perty/elm-vite-test"],"tags_count":1,"template":false,"template_full_name":"lindsaykwardell/vite-elm-template","purl":"pkg:github/perty/elm-vite-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perty%2Felm-vite-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perty%2Felm-vite-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perty%2Felm-vite-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perty%2Felm-vite-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perty","download_url":"https://codeload.github.com/perty/elm-vite-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perty%2Felm-vite-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29043698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-17T23:18:25.828Z","updated_at":"2026-02-03T11:03:36.238Z","avatar_url":"https://github.com/perty.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vite Elm Template\n\n[![ci](https://github.com/lindsaykwardell/vite-elm-template/actions/workflows/ci.yml/badge.svg)](https://github.com/lindsaykwardell/vite-elm-template/actions/workflows/ci.yml)\n[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/lindsaykwardell/vite-elm-template)\n\nA default template for building Elm applications using Vite. Includes hot-module reload of Elm modules (courtesy of `vite-plugin-elm`).\n\n\u003e Vite (French word for \"fast\", pronounced /vit/) is a build tool that aims to provide a faster and leaner development experience for modern web projects.\n\n\u003e Elm is a functional language that compiles to JavaScript. It helps you make websites and web apps. It has a strong emphasis on simplicity and quality tooling.\n\nLive demo site: https://vite-elm-template.netlify.app/\n\n## Features\n\n- [Hot Module Reload](https://github.com/hmsk/vite-plugin-elm) of all code in the app (including Elm)\n- [Integration with Vite static asset handling](https://package.elm-lang.org/packages/hmsk/elm-vite-plugin-helper/latest/)\n- Tooling installation via [elm-tooling](https://elm-tooling.github.io/elm-tooling-cli/)\n  - Includes Elm, elm-format, elm-json, and elm-test-rs\n- Basic unit test and [elm-review](https://package.elm-lang.org/packages/jfmengels/elm-review/latest/) examples\n- Github Actions CI for running tests\n- Recommends the [Elm VS Code extension](https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode)\n\nFor a single page app (SPA) version of this template, check out [`vite-elm-spa`](https://github.com/lindsaykwardell/vite-elm-spa)\n\n## Get Started\n\n```bash\n# Clone the template locally, removing the template's Git log\nnpx tiged lindsaykwardell/vite-elm-template my-elm-app\n\n# Enter the project, install dependencies, and get started!\ncd my-elm-app\nnpm install\nnpm run dev\n```\n\nFor more information about Vite, check out [Vite's official documentation.](https://vitejs.dev/)\n\nTo learn more about Elm, check out [Elm's official homepage](https://elm-lang.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperty%2Felm-vite-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperty%2Felm-vite-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperty%2Felm-vite-test/lists"}