https://github.com/nelofarzabi/setup_project_with_webpack
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.
https://github.com/nelofarzabi/setup_project_with_webpack
webpack
Last synced: 4 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/nelofarzabi/setup_project_with_webpack
- Owner: Nelofarzabi
- License: mit
- Created: 2023-07-09T16:14:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T04:36:34.000Z (about 2 years ago)
- Last Synced: 2025-07-22T22:27:50.088Z (3 months ago)
- Topics: webpack
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [💻 Getting Started](#getting-started)
- [Install](#install)
- [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]**
### Install
Install this project with:
- 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👤 **Nelofar Zabi**
- GitHub: [@githubhandle](https://github.com/Nelofarzabi)
- Twitter: [@twitterhandle](https://twitter.com/NelofarZabi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nelofar-zabi-1a1066213)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Nelofarzabi/Setup_Project_With_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/Nelofarzabi/Setup_Project_With_Webpack/blob/main/LICENSE) licensed.