{"id":15558285,"url":"https://github.com/gobengo/typescript-web-starter","last_synced_at":"2026-05-18T02:31:39.042Z","repository":{"id":142555269,"uuid":"141962406","full_name":"gobengo/typescript-web-starter","owner":"gobengo","description":"Starter Project for a website written in TypeScript (+ koa, webpack hmr, ssr, tests)","archived":false,"fork":false,"pushed_at":"2018-07-23T13:44:23.000Z","size":277,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-06T18:53:57.520Z","etag":null,"topics":["boilerplate","hmr","koa","ssr","typescript"],"latest_commit_sha":null,"homepage":null,"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/gobengo.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":"2018-07-23T04:47:42.000Z","updated_at":"2019-03-01T08:20:38.000Z","dependencies_parsed_at":"2023-07-08T16:46:10.649Z","dependency_job_id":null,"html_url":"https://github.com/gobengo/typescript-web-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gobengo/typescript-web-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobengo%2Ftypescript-web-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobengo%2Ftypescript-web-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobengo%2Ftypescript-web-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobengo%2Ftypescript-web-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gobengo","download_url":"https://codeload.github.com/gobengo/typescript-web-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobengo%2Ftypescript-web-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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","hmr","koa","ssr","typescript"],"created_at":"2024-10-02T15:29:18.466Z","updated_at":"2026-05-18T02:31:39.025Z","avatar_url":"https://github.com/gobengo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typescript-web-starter\n\nA simple website project written in TypeScript. Use this as a starting point for your project.\n\nSave yourself some time. Launch sooner.\n\n## Features\n\n* [React](https://reactjs.org) for view composition\n* [Material UI](https://material-ui.com/) react components for common UI elements like buttons, grid, etc. Type-checked.\n* client-side state management with [Redux](https://redux.js.org/)\n* web server using [koa](https://koajs.com/)\n* server side rendering (SSR) - Faster apparent page loads + your website will load for end-users without JavaScript.\n* [Hot Module Replacement (HMR)](https://webpack.js.org/concepts/hot-module-replacement/) - When running the web server with NODE_ENV=development, saving any file (e.g. a React Component) will instantly reload and re-render your app.\n* Testing:\n  * Convention to be able to run any test file (or all) using [./src/test/cli](./src/test/cli). No magic tests runner CLIs\n  * Tests are type-checked, thanks to [alsatian-test](https://github.com/alsatian-test/alsatian)\n* VS Code Project\n  * Debug projects in VS Code GUI with ts-node launcher\n* [prettier](https://prettier.io/) - standard code formatting\n* [tslint](https://palantir.github.io/tslint/) - Consistent coding practices, enforced.\n\n## Usage\n\n1. Fork or clone this repository.\n2. `npm install` - to download dependencies\n\n* dev mode (HMR enabled): `npm run dev`\n  * or `NODE_ENV=development npm start`\n* build assets for production: `npm run build`\n  * TypeScript -\u003e JavaScript output goes in [./lib/](./lib/)\n  * Minfied JavaScript for web browser goes in [./dist/](./dist/)\n* production mode\n  * first, compile JS to be loaded in the browser: `npm run build`\n  * `npm start`\n* test: `npm test`\n* tslint: `npm run tslint`\n* prettier: `npm run prettier`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobengo%2Ftypescript-web-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgobengo%2Ftypescript-web-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobengo%2Ftypescript-web-starter/lists"}