{"id":16078802,"url":"https://github.com/paradocx96/webpack-getstarted","last_synced_at":"2025-03-18T11:41:23.199Z","repository":{"id":241476093,"uuid":"652740011","full_name":"paradocx96/webpack-getstarted","owner":"paradocx96","description":"Sample project for Webpack bundle process","archived":false,"fork":false,"pushed_at":"2023-06-12T17:42:46.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T17:47:05.654Z","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-12T17:41:10.000Z","updated_at":"2023-06-25T13:58:32.000Z","dependencies_parsed_at":"2024-05-28T16:10:53.343Z","dependency_job_id":"227f4acf-8e4c-4672-9a0f-e6b7b1166627","html_url":"https://github.com/paradocx96/webpack-getstarted","commit_stats":null,"previous_names":["paradocx96/webpack-getstarted"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2Fwebpack-getstarted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2Fwebpack-getstarted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2Fwebpack-getstarted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2Fwebpack-getstarted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradocx96","download_url":"https://codeload.github.com/paradocx96/webpack-getstarted/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-09T10:22:11.955Z","updated_at":"2025-03-18T11:41:23.178Z","avatar_url":"https://github.com/paradocx96.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack Getting Started\n\n## 1. Install Webpack\n\n```bash\nnpm install webpack webpack-cli --save-dev\n```\n```bash\nyard add webpack webpack-cli --dev\n```\n\n## 2. Create a project structure\n\n```\ndist/\n  index.html\nsrc/\n  index.js\nwebpack.config.js\n```\n\n## 3. Create a bundle\n\n```bash\nnpm install lodash --save\n```\n```bash\nyard add lodash\n```\n```bash\nnpx webpack\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadocx96%2Fwebpack-getstarted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadocx96%2Fwebpack-getstarted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadocx96%2Fwebpack-getstarted/lists"}