{"id":16612922,"url":"https://github.com/ttys3/webpack-react-tutorial","last_synced_at":"2026-07-01T21:31:12.877Z","repository":{"id":101550913,"uuid":"171107971","full_name":"ttys3/webpack-react-tutorial","owner":"ttys3","description":"code for 《Tutorial: How to set up React, webpack, and Babel 7 from scratch》 https://www.valentinog.com/blog/react-webpack-babel/","archived":false,"fork":false,"pushed_at":"2023-10-27T02:43:00.000Z","size":388,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-25T18:35:19.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ttys3.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":"2019-02-17T10:19:03.000Z","updated_at":"2019-02-17T10:37:54.000Z","dependencies_parsed_at":"2025-01-17T15:36:52.984Z","dependency_job_id":"6ae1f01e-c31f-4b35-9338-292aeb1789e7","html_url":"https://github.com/ttys3/webpack-react-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ttys3/webpack-react-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttys3%2Fwebpack-react-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttys3%2Fwebpack-react-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttys3%2Fwebpack-react-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttys3%2Fwebpack-react-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ttys3","download_url":"https://codeload.github.com/ttys3/webpack-react-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttys3%2Fwebpack-react-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35024359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"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":[],"created_at":"2024-10-12T01:45:21.338Z","updated_at":"2026-07-01T21:31:12.859Z","avatar_url":"https://github.com/ttys3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n```bash\nmkdir webpack-react-tutorial \u0026\u0026 cd $_\nmkdir -p src\nyarn init .\n\n#change yarn source\nyarn config get registry\nyarn config set registry 'https://registry.npm.taobao.org'\n\n#add webpack support\nyarn add webpack --dev\nyarn add webpack-cli --dev\n\n#add babel support\nyarn add @babel/core babel-loader @babel/preset-env @babel/preset-react --dev\n\nyarn add react react-dom\n\nmkdir -p src/js/components/{container,presentational}\n\nyarn add prop-types\n\n\ntouch  ./src/index.js\n\nyarn build\n\nyarn add html-webpack-plugin html-loader --dev\n\ntouch ./src/index.html\n\nyarn build   hgnn\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttys3%2Fwebpack-react-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fttys3%2Fwebpack-react-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttys3%2Fwebpack-react-tutorial/lists"}