An open API service indexing awesome lists of open source software.

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.

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)

# 📖 [WEBPACK SETUP]

- Use webpack to bundle JavaScript.

## 🛠 Built With

### Tech Stack

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

### Key Features

- **[Use webpack to bundle JavaScript]**

(back to top)

## 💻 Getting Started

### 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

(back to top)

## 👥 Authors

👤 **Nelofar Zabi**

- GitHub: [@githubhandle](https://github.com/Nelofarzabi)
- Twitter: [@twitterhandle](https://twitter.com/NelofarZabi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nelofar-zabi-1a1066213)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Nelofarzabi/Setup_Project_With_Webpack/issues).

(back to top)

## ⭐️ Show your support

If you like this project give ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank [MICROVERSE](https://www.microverse.org/)

(back to top)

## 📝 License

This project is [MIT](https://github.com/Nelofarzabi/Setup_Project_With_Webpack/blob/main/LICENSE) licensed.

(back to top)