{"id":15184805,"url":"https://github.com/ryan-ahn/npm-react18-starter","last_synced_at":"2026-02-22T20:41:45.579Z","repository":{"id":185697116,"uuid":"671139619","full_name":"ryan-ahn/npm-react18-starter","owner":"ryan-ahn","description":"React18 프로젝트 시작을 위한 NPM 패키지","archived":false,"fork":false,"pushed_at":"2024-03-06T00:57:23.000Z","size":340,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T09:58:49.537Z","etag":null,"topics":["react","vite","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ryan-ahn.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":"2023-07-26T16:17:33.000Z","updated_at":"2024-10-09T03:48:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"672a1873-2a57-46bd-b6d9-9d3540dec55d","html_url":"https://github.com/ryan-ahn/npm-react18-starter","commit_stats":null,"previous_names":["ryan-ahn/boilerplate-react18-vite","ryan-ahn/boilerplate-react18-view","ryan-ahn/npm-react18-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryan-ahn/npm-react18-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-react18-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-react18-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-react18-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-react18-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryan-ahn","download_url":"https://codeload.github.com/ryan-ahn/npm-react18-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-ahn%2Fnpm-react18-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29726433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"last_error":"SSL_read: 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":["react","vite","zustand"],"created_at":"2024-09-27T17:40:20.566Z","updated_at":"2026-02-22T20:41:45.539Z","avatar_url":"https://github.com/ryan-ahn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ryan's React18 Awesome Starter\n\n\n![Author](https://img.shields.io/badge/Author-ryan-orange.svg)\n![License](https://img.shields.io/badge/License-MIT-blue.svg)\n![Last Commit](https://img.shields.io/github/last-commit/ryan-ahn/npm-react18-starter)\n\n\n## Features\n- [x] ⚙️\u0026nbsp;\u0026nbsp;Small \u0026 Fast Bundler (Vite)\n- [x] 🗝️\u0026nbsp;\u0026nbsp;Typed Programming (Typescript)\n- [x] 🕋\u0026nbsp;\u0026nbsp;Simple Store (Zustand)\n- [x] 📙\u0026nbsp;\u0026nbsp;Configure Formatter (ESLint + Prettier)\n- [x] 🧵\u0026nbsp;\u0026nbsp;Built-in Component \u0026 Layout\n- [x] 🧩\u0026nbsp;\u0026nbsp;High Order Component\n- [x] ✨\u0026nbsp;\u0026nbsp;Setting Reset Style\n- [x] ⚡️\u0026nbsp;\u0026nbsp;Setting Style Set\n- [x] 🗂️\u0026nbsp;\u0026nbsp;Page Helmet SEO\n- [x] 📍\u0026nbsp;\u0026nbsp;Absolute Path\n- [ ] 📱\u0026nbsp;\u0026nbsp;Check Device\n- [ ] 🪄\u0026nbsp;\u0026nbsp;Theme Mode\n\n## Frameworks\n- **Bundler** : Vite\n- **Core** : React18\n- **Store** : Zustand\n\n## Code Structure\n- **Static(public)**\n- **Root(src)** \u003cbr/\u003e\n- ⎣\u0026nbsp;**components** - atomic stateless components \u003cbr/\u003e\n- ⎣\u0026nbsp;**containers** - stateful components \u003cbr/\u003e\n- ⎣\u0026nbsp;**constants** - static resource \u003cbr/\u003e\n- ⎣\u0026nbsp;**interface** - interfaces \u003cbr/\u003e\n- ⎣\u0026nbsp;**layouts** - layouts \u003cbr/\u003e\n- ⎣\u0026nbsp;**router** - routers\u003cbr/\u003e\n- ⎣\u0026nbsp;**libs** - store, hooks, utils\u003cbr/\u003e\n- ⎣\u0026nbsp;**styles** - style set\u003cbr/\u003e\n\n\n## Getting Started\n### 1) Installation\n```shell\nnpx react18-starter my-project\ncd my-project\n```\n### 2) Run development\n```shell\nnpm run dev\n```\n\n## Using with Style set\n\n```javascript\nconst Style = styled.div`\n  // flex set(justify-content, align-items, flex-direction)\n  ${({ theme }) =\u003e theme.flexSet('center', 'center', 'column')};\n\n  // box set(width, height, border-radius)\n  ${({ theme }) =\u003e theme.boxSet('00px', '00px', '00px')};\n\n  // color set(color, background-color)\n  ${({ theme }) =\u003e theme.colorSet('white', 'black')};\n\n  // background set(url, object-fit)\n  ${({ theme }) =\u003e theme.backgroundSet('URL','contain')};\n\n  // font set(font-size, font-weight, line-height)\n  ${({ theme }) =\u003e theme.fontSet(00, 000, 00)};\n`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryan-ahn%2Fnpm-react18-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryan-ahn%2Fnpm-react18-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryan-ahn%2Fnpm-react18-starter/lists"}