{"id":19388127,"url":"https://github.com/zakimohammed/geekle-vite-app","last_synced_at":"2026-05-13T08:36:26.873Z","repository":{"id":161282089,"uuid":"636014193","full_name":"ZakiMohammed/geekle-vite-app","owner":"ZakiMohammed","description":"Vite for TypeScript | Geekle TypeScript Junior Session 2023","archived":false,"fork":false,"pushed_at":"2023-05-04T00:46:04.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T19:08:05.968Z","etag":null,"topics":["geekle","ts","typescript","vite","vitets"],"latest_commit_sha":null,"homepage":"https://geekle-vite-app.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZakiMohammed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-05-04T00:23:44.000Z","updated_at":"2023-05-04T00:45:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf3da899-d84d-4e56-be3d-bb1862ccb110","html_url":"https://github.com/ZakiMohammed/geekle-vite-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZakiMohammed/geekle-vite-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Fgeekle-vite-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Fgeekle-vite-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Fgeekle-vite-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Fgeekle-vite-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZakiMohammed","download_url":"https://codeload.github.com/ZakiMohammed/geekle-vite-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Fgeekle-vite-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32975159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"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":["geekle","ts","typescript","vite","vitets"],"created_at":"2024-11-10T10:11:51.873Z","updated_at":"2026-05-13T08:36:26.838Z","avatar_url":"https://github.com/ZakiMohammed.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vite for TypeScript - Geekle\n\nGeekle TypeScript Junior Session 2023.\n\nApp Link: https://geekle-vite-app.netlify.app/\n\n### Initial Setup\n\n```\nnpm create vite@latest\n\n# or\nnpm create vite@latest geekle-vite-app --template vanilla-ts\n```\n\nFor `TypeScript` add this package too, for Type Safety checks, otherwise Vite only transpile the code and doesn't do the type checking:\n```\nnpm i vite-plugin-checker -D\n```\n\nCreate `vite.config.js` file and add below config:\n\n```\nimport checker from 'vite-plugin-checker';\nexport default {\n  plugins: [\n    checker({\n      typescript: true,\n    }),\n  ],\n};\n```\n\n### Run Application\n\nUpdate the port to `4000` in the `package.json` file `dev` script command.\n\n```\nnpm run dev\n```\n\n### Debug Application\n\nFor debugging go to VS Code `Run and Debug` side menu, click on the button `Debug URL`. Copy paste the running application URL to the option. This will create `.vscode` folder and adds `launch.json` file looks like this:\n\n```\n{\n  \"configurations\": [\n    {\n      \"type\": \"msedge\",\n      \"name\": \"http://localhost:4000/\",\n      \"request\": \"launch\",\n      \"url\": \"http://localhost:4000/\"\n    }\n  ]\n}\n```\n\n### Build Application\n\nTo build the application run below command:\n\n```\nnpm run build\n```\n\nPreview built application:\n\n```\nnpm run preview\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakimohammed%2Fgeekle-vite-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakimohammed%2Fgeekle-vite-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakimohammed%2Fgeekle-vite-app/lists"}