{"id":18890295,"url":"https://github.com/nelofarzabi/setup_project_with_webpack","last_synced_at":"2026-05-17T03:45:31.833Z","repository":{"id":180307184,"uuid":"664324010","full_name":"Nelofarzabi/Setup_Project_With_Webpack","owner":"Nelofarzabi","description":"This is a boilerplate configuration that is ready to use for your application bundled with Webpack. It includes pre-installed linters, a professional README template, and an MIT License.","archived":false,"fork":false,"pushed_at":"2023-07-11T04:36:34.000Z","size":137,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T02:50:03.753Z","etag":null,"topics":["webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nelofarzabi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-07-09T16:14:15.000Z","updated_at":"2023-09-29T07:54:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c1175f3-0a59-4f9b-87d9-d554c93afefb","html_url":"https://github.com/Nelofarzabi/Setup_Project_With_Webpack","commit_stats":null,"previous_names":["nelofarzabi/setup_project_with_webpack"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Nelofarzabi/Setup_Project_With_Webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nelofarzabi%2FSetup_Project_With_Webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nelofarzabi%2FSetup_Project_With_Webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nelofarzabi%2FSetup_Project_With_Webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nelofarzabi%2FSetup_Project_With_Webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nelofarzabi","download_url":"https://codeload.github.com/Nelofarzabi/Setup_Project_With_Webpack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nelofarzabi%2FSetup_Project_With_Webpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33127001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"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":["webpack"],"created_at":"2024-11-08T07:54:52.911Z","updated_at":"2026-05-17T03:45:31.812Z","avatar_url":"https://github.com/Nelofarzabi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  \u003ch1\u003e\u003cb\u003eSetUp Of Webpack\u003c/b\u003e\u003c/h1\u003e\n\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n- [💻 Getting Started](#getting-started)\n  - [Install](#install)\n  - [Run tests](#run-tests)\n  - [Deployment](#deployment)\n- [👥 Authors](#authors)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 [WEBPACK SETUP] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n- Use webpack to bundle JavaScript.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\nSet up project with webpack to bundle JavaScript.\n\n- Initialize a new project 'npm init -y' \n- Install webpack\n- Create webpack.config.js file\n- setting up HtmlWebpackPlugin \n- style-loader and css-loader \n- webpack-dev-server\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[Use webpack to bundle JavaScript]**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Install\n\nInstall this project with:\n\n- npm init -y\n- npm install --save-dev webpack webpack-cli   \n- npm install --save-dev  html-webpack-plugin \n- npm install --save-dev style-loader css-loader  \n- npm install --save-dev  webpack-dev-server  \n- npm run build    \n\n### Run tests\n\nTo run tests, run the following command:\n\n- npm start\n\n### Deployment\n\nYou can deploy this project using:\n\n- npm install --save-dev gh-pages   \n- npm run deploy   \n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Nelofar Zabi**\n\n- GitHub: [@githubhandle](https://github.com/Nelofarzabi)\n- Twitter: [@twitterhandle](https://twitter.com/NelofarZabi)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nelofar-zabi-1a1066213)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Nelofarzabi/Setup_Project_With_Webpack/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project give ⭐️\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thank [MICROVERSE](https://www.microverse.org/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](https://github.com/Nelofarzabi/Setup_Project_With_Webpack/blob/main/LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelofarzabi%2Fsetup_project_with_webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnelofarzabi%2Fsetup_project_with_webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelofarzabi%2Fsetup_project_with_webpack/lists"}