{"id":15654663,"url":"https://github.com/nwtgck/typescript-on-browser-starter","last_synced_at":"2025-08-12T01:24:24.038Z","repository":{"id":34959088,"uuid":"188932841","full_name":"nwtgck/typescript-on-browser-starter","owner":"nwtgck","description":"Starter for TypeScript on Web Browser","archived":false,"fork":false,"pushed_at":"2024-04-11T09:49:14.000Z","size":1061,"stargazers_count":26,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-07-03T13:52:38.890Z","etag":null,"topics":["boilerplate","browser","quickstart","starter","template","typescript"],"latest_commit_sha":null,"homepage":"https://typescript-on-browser-starter.netlify.com/","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/nwtgck.png","metadata":{"files":{"readme":"README.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}},"created_at":"2019-05-28T01:38:03.000Z","updated_at":"2025-02-20T03:41:32.000Z","dependencies_parsed_at":"2024-10-23T04:19:23.677Z","dependency_job_id":null,"html_url":"https://github.com/nwtgck/typescript-on-browser-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/nwtgck/typescript-on-browser-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Ftypescript-on-browser-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Ftypescript-on-browser-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Ftypescript-on-browser-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Ftypescript-on-browser-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwtgck","download_url":"https://codeload.github.com/nwtgck/typescript-on-browser-starter/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Ftypescript-on-browser-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269984028,"owners_count":24507734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"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":["boilerplate","browser","quickstart","starter","template","typescript"],"created_at":"2024-10-03T12:53:08.465Z","updated_at":"2025-08-12T01:24:23.991Z","avatar_url":"https://github.com/nwtgck.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typescript-on-browser-starter\n[![Netlify Status](https://api.netlify.com/api/v1/badges/4cf13290-0bf6-4e80-a86e-7dd0d5371a5a/deploy-status)](https://app.netlify.com/sites/typescript-on-browser-starter/deploys)\n\nStarter for TypeScript on Web Browser\n\n## Purpose\nFor users who wants to try TypeScript on Web Browser easily and stress free\n\n## Feature\n* Simple as possible\n* Source map\n* Hot reload\n\n## Quick Start\n\n```bash\n# You can change app name\nAPP_NAME=\"myapp\"\ngit clone https://github.com/nwtgck/typescript-on-browser-starter.git $APP_NAME \u0026\u0026 \\\ncd $APP_NAME \u0026\u0026 \\\nrm -rf .git \u0026\u0026 \\\nsed -i '' \"s/typescript-on-browser-starter/${APP_NAME}/\" package.json \u0026\u0026 \\\nsed -i '' \"s/Starter for TypeScript on Web Browser/${APP_NAME}/\" package.json \u0026\u0026 \\\necho -e \"# $APP_NAME\" \u003e README.md \u0026\u0026 \\\nsed -i ''  \"s/2019/$(date -u \"+%Y\")/\" LICENSE  \u0026\u0026 \\\nnpm i\n```\n\n## How to change\n\nFirst, you can serve a develop server as follows.\n\n```bash\nnpm install\nnpm run serve\n```\n\nThen, you can access to \u003chttp://localhost:8080/\u003e, which will be loaded automatically if file changes detected.\n\nYou can modify [src/index.ts](src/index.ts) as you want.\n\n## Build\n\n```bash\nnpm install\nnpm run build\n```\n\nThen, you get `./dist` directory. The file structure should be the following.\n\n```\ndist/\n├── bundle.js\n├── index.html\n└── src\n    └── index.d.ts\n```\n\n`bundle.js` includes an inline source map.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Ftypescript-on-browser-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwtgck%2Ftypescript-on-browser-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Ftypescript-on-browser-starter/lists"}