{"id":19984191,"url":"https://github.com/pinqy520/simple-tsx-starter-kit","last_synced_at":"2026-04-13T17:06:26.452Z","repository":{"id":77837191,"uuid":"75533143","full_name":"pinqy520/simple-tsx-starter-kit","owner":"pinqy520","description":"Minimal React Webpack TypeScript Boilerplate","archived":false,"fork":false,"pushed_at":"2017-02-27T10:38:01.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T11:19:18.508Z","etag":null,"topics":["boilerplate","minimal","starter","starter-kit","tsx","typescript","webpack"],"latest_commit_sha":null,"homepage":"","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/pinqy520.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":"2016-12-04T11:24:40.000Z","updated_at":"2017-03-13T10:29:41.000Z","dependencies_parsed_at":"2023-06-05T05:45:47.290Z","dependency_job_id":null,"html_url":"https://github.com/pinqy520/simple-tsx-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinqy520%2Fsimple-tsx-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinqy520%2Fsimple-tsx-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinqy520%2Fsimple-tsx-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinqy520%2Fsimple-tsx-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pinqy520","download_url":"https://codeload.github.com/pinqy520/simple-tsx-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241418357,"owners_count":19959736,"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","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","minimal","starter","starter-kit","tsx","typescript","webpack"],"created_at":"2024-11-13T04:17:53.472Z","updated_at":"2025-11-24T22:02:27.351Z","avatar_url":"https://github.com/pinqy520.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-tsx-starter-kit\n\n\u003e Minimal React Webpack TypeScript Starter Kit\n\nBased on [alicoding/react-webpack-babel](https://github.com/alicoding/react-webpack-babel.git)\n\n```\ngit clone https://github.com/pinqy520/simple-tsx-starter-kit.git\n\nnpm install\n\nnpm start\n```\n\nOpen the web browser to `http://localhost:8888/`\n\n### To build the production package\n\n```\nnpm run build\n```\n\n### Nginx Config\n\nHere is an example Nginx config:\n```\nserver {\n\t# ... root and other options\n\n\tgzip on;\n\tgzip_http_version 1.1;\n\tgzip_types text/plain text/css text/xml application/javascript image/svg+xml;\n\n\tlocation / {\n\t\ttry_files $uri $uri/ /index.html;\n\t}\n\n\tlocation ~ \\.html?$ {\n\t\texpires 1d;\n\t}\n\n\tlocation ~ \\.(svg|ttf|js|css|svgz|eot|otf|woff|jpg|jpeg|gif|png|ico)$ {\n\t\taccess_log off;\n\t\tlog_not_found off;\n\t\texpires max;\n\t}\n}\n```\n\n### Eslint\nThere is a .eslint.yaml config for eslint ready with React plugin.\nTo use it, you need to install additional dependencies though:\n\n```\nnpm install --save-dev eslint eslint-plugin-react\n```\n\nTo do the actual linting, run:\n\n```\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinqy520%2Fsimple-tsx-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinqy520%2Fsimple-tsx-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinqy520%2Fsimple-tsx-starter-kit/lists"}