Skip to content

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.

License

Notifications You must be signed in to change notification settings

Nelofarzabi/Setup_Project_With_Webpack

Repository files navigation

SetUp Of Webpack

📗 Table of Contents

📖 [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

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank MICROVERSE

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published