{"id":19723654,"url":"https://github.com/Adam-Robson/webpackjs","last_synced_at":"2025-04-29T22:31:03.046Z","repository":{"id":252321628,"uuid":"840076776","full_name":"Adam-Robson/webpackjs","owner":"Adam-Robson","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-23T07:53:52.000Z","size":1050,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T08:46:11.503Z","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/Adam-Robson.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,"zenodo":null}},"created_at":"2024-08-08T23:33:09.000Z","updated_at":"2025-04-23T07:50:14.000Z","dependencies_parsed_at":"2025-01-10T00:26:35.445Z","dependency_job_id":"92d250a1-d3fd-448f-af88-30dfbe1d6807","html_url":"https://github.com/Adam-Robson/webpackjs","commit_stats":null,"previous_names":["theycallherlou/webpack-me","theycallherlou/javascript-webpack-template","adam-robson/webpackjs"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adam-Robson%2Fwebpackjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adam-Robson%2Fwebpackjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adam-Robson%2Fwebpackjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adam-Robson%2Fwebpackjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adam-Robson","download_url":"https://codeload.github.com/Adam-Robson/webpackjs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251592971,"owners_count":21614451,"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-11-11T23:23:03.049Z","updated_at":"2025-04-29T22:31:02.539Z","avatar_url":"https://github.com/Adam-Robson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack--react--template\n\nThis is a boilerplate template for setting up a React project using Webpack, Babel, ESLint, Prettier, and Jest.\n\nThis template provides a clean and organized structure to kickstart your React project, written in JavaScript.\n\n## Features\n\n- **React**: Frontend library for building user interfaces.\n- **Webpack**: Module bundler for efficient builds and hot module reloading.\n- **Babel**: JavaScript compiler to ensure compatibility across different browsers.\n- **ESLint**: Linter to maintain code quality and enforce consistent coding styles.\n- **Prettier**: Code formatter to automatically format your code.\n- **Jest**: Testing framework for writing unit tests.\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/theycallherlou/webpack--react--template.git\n   cd webpack--react--template\n   ```\n\n2. Install the dependencies:\n\n   ```bash\n   npm install\n   ```\n\n## Scripts\n\n- **Start the development server**:\n\n  ```bash\n  npm dev\n  ```\n\n  Runs the development server.\n\n- **Build the production bundle**:\n\n  ```bash\n  npm run build\n  ```\n\n  Build the project in the `dist/` directory, for production.\n\n- **Lint the code**:\n\n  ```bash\n  npm run lint\n  ```\n\n  Lints the code using ESLint.\n\n- **Run tests**:\n\n  ```bash\n  npm test\n  ```\n\n  Runs unit tests using Jest.\n\n## Folder Structure\n\n```bash\n.\n├── src\n│   ├── components\n│   ├── App.js\n│   └── index.js\n├── public\n│   └── index.html\n├── .gitignore\n├── .prettierrc\n├── babel.config.cjs\n├── eslint.config.js\n├── jest.config.js\n├── jsconfig.json\n├── package.json\n├── webpack.config.js\n└── README.md\n```\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdam-Robson%2Fwebpackjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdam-Robson%2Fwebpackjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdam-Robson%2Fwebpackjs/lists"}