{"id":16071306,"url":"https://github.com/paradocx96/webpack-react","last_synced_at":"2025-03-18T11:41:23.214Z","repository":{"id":241476095,"uuid":"652750748","full_name":"paradocx96/webpack-react","owner":"paradocx96","description":"Sample project for Webpack bundle process with ReactJs","archived":false,"fork":false,"pushed_at":"2023-06-12T18:40:29.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T17:47:05.863Z","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/paradocx96.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":"2023-06-12T18:09:12.000Z","updated_at":"2023-06-25T14:00:05.000Z","dependencies_parsed_at":"2024-05-28T16:10:53.477Z","dependency_job_id":"ab4551ae-d276-4b3e-8ca2-7ee47e9cf5ce","html_url":"https://github.com/paradocx96/webpack-react","commit_stats":null,"previous_names":["paradocx96/webpack-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2Fwebpack-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2Fwebpack-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2Fwebpack-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2Fwebpack-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradocx96","download_url":"https://codeload.github.com/paradocx96/webpack-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244216593,"owners_count":20417650,"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":[],"created_at":"2024-10-09T07:23:44.412Z","updated_at":"2025-03-18T11:41:23.189Z","avatar_url":"https://github.com/paradocx96.png","language":"JavaScript","readme":"# Webpack + React + Babel\n\n## 1. Project setup and make project structure\n\n```bash\nnpm init -y\n```\n```\n├── public\n│   └── index.html\n├── src\n│   └── index.js\n├── .babelrc\n├── package.json\n└── webpack.config.js\n```\n\n## 2. Install webpack dependencies\n\n```bash\nnpm install webpack webpack-cli --save-dev\n```\n```bash\nnpm install html-webpack-plugin --save-dev\n```\n```bash\nnpm install webpack-dev-server --save-dev \n```\n\n## 3. Install babel dependencies\n\n```bash\nnpm install @babel/core @babel/preset-env babel-loader --save-dev\n```\n\n## 4. Install react dependencies\n\n```bash\nnpm install react react-dom --save-dev\n```\n```bash\nnpm install @babel/preset-react --save-dev\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadocx96%2Fwebpack-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadocx96%2Fwebpack-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadocx96%2Fwebpack-react/lists"}