{"id":22799051,"url":"https://github.com/thomd/cra-template-simple","last_synced_at":"2026-01-24T03:39:08.704Z","repository":{"id":239305943,"uuid":"799172342","full_name":"thomd/cra-template-simple","owner":"thomd","description":"The most simple template for create-react-app","archived":false,"fork":false,"pushed_at":"2024-06-24T21:23:55.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T02:24:02.912Z","etag":null,"topics":["create-react-app","react","template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/thomd.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,"zenodo":null}},"created_at":"2024-05-11T11:17:23.000Z","updated_at":"2024-06-24T21:23:59.000Z","dependencies_parsed_at":"2025-05-14T00:13:14.328Z","dependency_job_id":"4df8094b-6a34-4078-851e-89aefc128444","html_url":"https://github.com/thomd/cra-template-simple","commit_stats":null,"previous_names":["thomd/cra-template-simple"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/thomd/cra-template-simple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomd%2Fcra-template-simple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomd%2Fcra-template-simple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomd%2Fcra-template-simple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomd%2Fcra-template-simple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomd","download_url":"https://codeload.github.com/thomd/cra-template-simple/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomd%2Fcra-template-simple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28710133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T23:51:44.727Z","status":"online","status_checked_at":"2026-01-24T02:00:06.909Z","response_time":89,"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":["create-react-app","react","template"],"created_at":"2024-12-12T07:07:45.197Z","updated_at":"2026-01-24T03:39:08.688Z","avatar_url":"https://github.com/thomd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple create-react-app Template\n\nA very simple starter template for [create-react-app](https://create-react-app.dev).\n\nUse this template if you want to try something out quickly and profit from the `create-react-app` ecosystem.\n\n## Usage\n\n```sh\nnpx create-react-app myapp --template @thomd/cra-template-simple\ncd myapp\nnpm start\n```\n\nThe template creates the following code structure\n\n`src/index.js`:\n\n```js\nimport React, { StrictMode } from 'react'\nimport { createRoot } from 'react-dom/client'\nimport App from './App'\n\ncreateRoot(document.getElementById('root')).render(\u003cStrictMode\u003e\u003cApp /\u003e\u003c/StrictMode\u003e)\n```\n\n`src/App.jsx`:\n\n```js\nexport default function App() {\n  return (\u003c\u003eReact\u003c/\u003e)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomd%2Fcra-template-simple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomd%2Fcra-template-simple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomd%2Fcra-template-simple/lists"}