https://github.com/chandan-devs-tech/setup-webpack
Use webpack to bundle JavaScript
https://github.com/chandan-devs-tech/setup-webpack
Last synced: 11 months ago
JSON representation
Use webpack to bundle JavaScript
- Host: GitHub
- URL: https://github.com/chandan-devs-tech/setup-webpack
- Owner: Chandan-devs-tech
- Created: 2023-06-06T16:25:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T08:25:38.000Z (about 3 years ago)
- Last Synced: 2025-06-14T06:01:55.713Z (about 1 year ago)
- Language: JavaScript
- Size: 830 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SetUp Of Webpack
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [SetUp](#Set-up-project-with-webpack)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
- Use webpack to bundle JavaScript.
Set up project with webpack to bundle JavaScript.
- Initialize a new project 'npm init -y'
- Install webpack
- Create webpack.config.js file
- setting up HtmlWebpackPlugin
- style-loader and css-loader
- webpack-dev-server
- **[Use webpack to bundle JavaScript]**
- [Live Demo Link](https://Chandan-devs-tech.github.io/Setup-Webpack)
### Set up project with webpack
Install these cmd:
- npm init -y
- npm install --save-dev webpack webpack-cli
- npm install --save-dev html-webpack-plugin
- npm install --save-dev style-loader css-loader
- npm install --save-dev webpack-dev-server
- npm run build
### Run tests
To run tests, run the following command:
- npm start
### Deployment
You can deploy this project using:
- npm install --save-dev gh-pages
- npm run deploy
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/Chandan-devs-tech)
- Twitter: [@twitterhandle](https://twitter.com/ChandanGuptaDev)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Chandan-devs-tech/Setup-Webpack/issues).
If you like this project give ⭐️
I would like to thank [MICROVERSE](https://www.microverse.org/)
This project is [MIT](https://github.com/Chandan-devs-tech/Setup-Webpack/blob/setupWebpack/MIT.md) licensed.