{"id":28413280,"url":"https://github.com/vikbert/webpack-react-from-scratch","last_synced_at":"2025-06-24T20:30:55.287Z","repository":{"id":39260155,"uuid":"234529370","full_name":"vikbert/webpack-react-from-scratch","owner":"vikbert","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-05T05:16:59.000Z","size":1073,"stargazers_count":1,"open_issues_count":25,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T15:26:17.513Z","etag":null,"topics":[],"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/vikbert.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}},"created_at":"2020-01-17T10:50:05.000Z","updated_at":"2023-03-09T00:58:22.000Z","dependencies_parsed_at":"2023-02-03T12:46:10.635Z","dependency_job_id":null,"html_url":"https://github.com/vikbert/webpack-react-from-scratch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vikbert/webpack-react-from-scratch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fwebpack-react-from-scratch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fwebpack-react-from-scratch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fwebpack-react-from-scratch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fwebpack-react-from-scratch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikbert","download_url":"https://codeload.github.com/vikbert/webpack-react-from-scratch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fwebpack-react-from-scratch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261751433,"owners_count":23204422,"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":"2025-06-03T04:33:48.599Z","updated_at":"2025-06-24T20:30:55.217Z","avatar_url":"https://github.com/vikbert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack + react from scratch\n\n## 01: Init package.json\n\n`npm init -y`\n\n## 02: Init webpack \u0026 Webpack-cli\n\n- [x] create new branch named `feature/02_webpack_init`\n- [ ] install packages `webpack` \u0026 `webpack-cli`\n- [ ] create directories and init files `dist/`, `src/index.js`\n- [ ] create init config file `webpack.config.js`\n\n## 03: Config devserver \u0026 use HTML template\n\n- [x] create new branch named `feature/03_devserver`\n- [ ] install packages `ebpack-dev-server`\n- [ ] create directories and init files `public/index.html`\n- [ ] config `devserver` in `webpack.config.js`\n- [ ] use template html with `html-webpack-plugin`\n\n## 04: Load `css` and `scss`\n\n- [x] create new branch named `feature/04_css_scss`\n- [ ] install packages `css-loader`, `style-loader`\n- [ ] install package `sass-loader`, `node-sass`\n- [ ] config webpack to load `css`, `sass`\n\n## 05: Load `react` with `babel-loader`\n\n- [x] create new branch named `feature/05_react`\n- [ ] install babel packages\n\n  - [ ] `@babel/core`\n  - [ ] `@babel/preset-env` compiling ES6 down to ES5\n  - [ ] `babel-loader` loader for webpack\n\n- install `@babel/preset-react` for compiling JSX and other down to JavaScript\n- config webpack to make all work together\n\n## 06: use `eslint` \u0026 `prettier`\n\n- [x] create new branch named `feature/06_eslint`\n- [ ] install `loader-eslint`\n- [ ] config `eslint` in package.json\n- [ ] install more packages to combine `eslint` and `prettier`\n- [ ] config `prettier` in package.json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikbert%2Fwebpack-react-from-scratch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikbert%2Fwebpack-react-from-scratch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikbert%2Fwebpack-react-from-scratch/lists"}