{"id":18717773,"url":"https://github.com/callor/callor-cra-template-starter","last_synced_at":"2026-03-11T05:03:34.027Z","repository":{"id":252037496,"uuid":"839215799","full_name":"callor/Callor-cra-template-starter","owner":"callor","description":"Create-React-App SimpleTemplate","archived":false,"fork":false,"pushed_at":"2024-09-06T00:15:08.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-19T21:24:55.197Z","etag":null,"topics":["react","simple-project","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/callor.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":"2024-08-07T07:10:32.000Z","updated_at":"2024-10-07T08:49:46.000Z","dependencies_parsed_at":"2024-09-06T01:21:09.411Z","dependency_job_id":"52a84f44-d3b4-4f2e-bbf0-53db368e7a9a","html_url":"https://github.com/callor/Callor-cra-template-starter","commit_stats":null,"previous_names":["callor/cra-templage-simple","callor/cra-template-simple","callor/callor-cra-template-starter","callor/cra-template-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/callor/Callor-cra-template-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callor%2FCallor-cra-template-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callor%2FCallor-cra-template-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callor%2FCallor-cra-template-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callor%2FCallor-cra-template-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callor","download_url":"https://codeload.github.com/callor/Callor-cra-template-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callor%2FCallor-cra-template-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30372127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"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":["react","simple-project","template"],"created_at":"2024-11-07T13:17:48.837Z","updated_at":"2026-03-11T05:03:31.345Z","avatar_url":"https://github.com/callor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Starter create-react-app Template\n\nA very simple starter template for [create-react-app](https://create-react-app.dev).  \n이 템플릿은 매우 심플한 프로젝트를 만들어 줍니다.\n\nUse this template if you want to try something out quickly and profit from the `create-react-app` ecosystem.  \n`create-react-app` 을 사용하여 빠르게 프로젝트를 시작하려면 이 템플릿을 사용하세요.\n\n## Usage : 프로젝트 생성\n\n```sh\nnpx create-react-app myproject --template starter\ncd myproject\nnpm start\n```\n\nThe template creates the following code structure  \n이 템플릿은 다음의 파일들을 자동생성합니다.\n\n`public/index.html`:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"ko\"\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"UTF-8\" /\u003e\n    \u003cmeta\n      name=\"viewport\"\n      content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\n    /\u003e\n    \u003ctitle\u003eHello React\u003c/title\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003cdiv id=\"root\"\u003e\u003c/div\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n`src/index.js`:\n\n```js\nimport React from \"react\";\nimport ReactDOM from \"react-dom/client\";\nimport App from \"./App\";\nimport reportWebVitals from \"./reportWebVitals\";\n\nconst root = ReactDOM.createRoot(document.querySelector(\"#root\"));\nroot.render(\n  \u003cReact.StrictMode\u003e\n    \u003cApp /\u003e\n  \u003c/React.StrictMode\u003e\n);\nreportWebVitals(console.log);\n```\n\n`src/App.jsx`:\n\n```js\nconst App = () =\u003e \u003ch1\u003eHello React Start App\u003c/h1\u003e;\nexport default App;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallor%2Fcallor-cra-template-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallor%2Fcallor-cra-template-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallor%2Fcallor-cra-template-starter/lists"}