{"id":19811433,"url":"https://github.com/chandan-devs-tech/setup-webpack","last_synced_at":"2025-07-21T11:33:12.345Z","repository":{"id":173155071,"uuid":"650235884","full_name":"Chandan-devs-tech/Setup-Webpack","owner":"Chandan-devs-tech","description":"Use webpack to bundle JavaScript","archived":false,"fork":false,"pushed_at":"2023-06-07T08:25:38.000Z","size":850,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T06:01:55.713Z","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/Chandan-devs-tech.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-06T16:25:40.000Z","updated_at":"2023-06-23T08:54:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5e86564-8046-4bed-9340-3bf9bb777a3a","html_url":"https://github.com/Chandan-devs-tech/Setup-Webpack","commit_stats":null,"previous_names":["chandan-devs-tech/setup-webpack"],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","purl":"pkg:github/Chandan-devs-tech/Setup-Webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2FSetup-Webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2FSetup-Webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2FSetup-Webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2FSetup-Webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chandan-devs-tech","download_url":"https://codeload.github.com/Chandan-devs-tech/Setup-Webpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2FSetup-Webpack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266291876,"owners_count":23906349,"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-12T09:26:30.710Z","updated_at":"2025-07-21T11:33:12.329Z","avatar_url":"https://github.com/Chandan-devs-tech.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  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [SetUp](#Set-up-project-with-webpack)\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!-- LIVE DEMO --\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- [Live Demo Link](https://Chandan-devs-tech.github.io/Setup-Webpack)\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### Set up project with webpack\n\nInstall these cmd:\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👤 **Author1**\n\n- GitHub: [@githubhandle](https://github.com/Chandan-devs-tech)\n- Twitter: [@twitterhandle](https://twitter.com/ChandanGuptaDev)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs/)\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/Chandan-devs-tech/Setup-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/Chandan-devs-tech/Setup-Webpack/blob/setupWebpack/MIT.md) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandan-devs-tech%2Fsetup-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchandan-devs-tech%2Fsetup-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandan-devs-tech%2Fsetup-webpack/lists"}