{"id":19640299,"url":"https://github.com/rencire/typescript-webapp-starter","last_synced_at":"2026-04-13T13:03:22.273Z","repository":{"id":142264134,"uuid":"124169142","full_name":"rencire/typescript-webapp-starter","owner":"rencire","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-25T06:04:41.000Z","size":536,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T22:44:42.756Z","etag":null,"topics":["babel","babel-preset-env","babel-typescript","frontend","husky","lint-stag","postcss","postcss-preset","stylelint","tslint","typescript","webpack","webpack4"],"latest_commit_sha":null,"homepage":null,"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/rencire.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":"2018-03-07T02:47:21.000Z","updated_at":"2018-10-25T06:17:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b8ecf90-1fb4-4594-b79b-0e6f3bef92a1","html_url":"https://github.com/rencire/typescript-webapp-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rencire/typescript-webapp-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rencire%2Ftypescript-webapp-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rencire%2Ftypescript-webapp-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rencire%2Ftypescript-webapp-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rencire%2Ftypescript-webapp-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rencire","download_url":"https://codeload.github.com/rencire/typescript-webapp-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rencire%2Ftypescript-webapp-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":["babel","babel-preset-env","babel-typescript","frontend","husky","lint-stag","postcss","postcss-preset","stylelint","tslint","typescript","webpack","webpack4"],"created_at":"2024-11-11T14:05:19.369Z","updated_at":"2026-04-13T13:03:22.247Z","avatar_url":"https://github.com/rencire.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typescript Starter Frontend Web Project\n\nA starter frontend web project with an opionated default configuration.\n\n## Dependencies\n\n* git\n* node.js \u003e= 8\n\n# Quick Start\n\nClone:\n\n```\ngit clone git@github.com:rencire/ts-web-app-starter.git\n```\n\nStart development server:\n\n```\nnpm start\n```\n\nBuild files for production:\n\n```\nnpm build\n```\n\n# Features:\n\n* Typescript. Because you want types :).\n* CSS Modules.\n* Gracefully transpile es6/es2015+ code\n  * Main bundle served to es6/es2015 compliant browsers.\n  * Create fallback bundle for non-supported browsers.\n* Tree-Shaking.\n* Fast dev server.\n\nNow just add your own javascript framework/lib flavor of the month, and you're all set!\n\n# TODO\n\n* [x] add babel, so we can include babel-preset-env. (wait for @babel/preset-env to be out of beta)\n* [x] Create [legacy webpack prod config](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)\n* [ ] Add `stylelint-webpack-plugin` once stable for webpack 4:\n      `https://github.com/JaKXz/stylelint-webpack-plugin/issues/137`\n* [ ] Move links/docs to config code itself\n\n## Notes\n\n* HMR not working\n* Consider replacing `lint-staged` with `https://github.com/nrwl/precise-commits` once its more stable.\n\n## Tools\n\n### Typescript\n\n* https://github.com/Microsoft/TypeScript\n\n### Webpack \u0026 friends\n\n* https://webpack.js.org/\n* https://github.com/webpack/webpack\n\n* https://github.com/TypeStrong/ts-loader\n* https://github.com/webpack-contrib/style-loader\n* https://github.com/webpack-contrib/css-loader\n* https://github.com/FormidableLabs/webpack-dashboard\n\n### Babel \u0026 friends\n\nWhy use Babel instead of just `tsc`? We want to take advantage of `@babel/preset-env` to auto polyfill for us.\n\nOfficial Starter for integrating Typescript with Babel\nhttps://github.com/Microsoft/TypeScript-Babel-Starter#readme\n\nbabel loader for webpack\nhttps://github.com/babel/babel-loader\n\n@babel/core\nhttps://github.com/babel/babel/tree/master/packages/babel-core\n\n@babel/preset-env\nhttps://github.com/babel/babel/tree/master/packages/babel-preset-env\n\n@babel/preset-typescript\nhttps://github.com/babel/babel/tree/master/packages/babel-preset-typescript\n\nSome extra proposals:\n\n* object rest spread\n  https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread\n\n* class properties\n  https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties\n\n### Linters\n\n* https://github.com/palantir/tslint\n* https://github.com/stylelint/stylelint\n\n- https://github.com/okonet/lint-staged\n- https://github.com/typicode/husky\n- https://github.com/kulshekhar/ts-jest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frencire%2Ftypescript-webapp-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frencire%2Ftypescript-webapp-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frencire%2Ftypescript-webapp-starter/lists"}