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

https://github.com/benjaminsemah/webpack-template

This is a webpack template that you can use to kickstart your next web development project. With this template, you don't need to go through the arduous task of setting up webpack from scratch.
https://github.com/benjaminsemah/webpack-template

webpack

Last synced: about 2 months ago
JSON representation

This is a webpack template that you can use to kickstart your next web development project. With this template, you don't need to go through the arduous task of setting up webpack from scratch.

Awesome Lists containing this project

README

          

# Webpack Template

> This is a webpack template that you can use to kickstart your next web development project.
With this template, you don't need to go through the ardous task of setting up webpack from scratch.

## What is Webpack?
"Webpack is an open-source JavaScript module bundler. It is made primarily for JavaScript, but it can transform front-end assets such as HTML, CSS, and images if the corresponding loaders are included." To learn more about webpack, [read the official documentation](https://webpack.js.org/guides/)

## How to use this template
- Click on [Use This Template](https://github.com/BenjaminSemah/webpack-template/generate) to generate a copy.
- Run `npm install webpack webpack-cli --save-dev`
- Voila! Template is all set and ready.

## Author
👤 **Benjamin Semah**

- GitHub: [Benjamin Semah](https://github.com/BenjaminSemah)
- Twitter: [Benjamin Semah](https://twitter.com/BenjaminSemah)
- LinkedIn: [Benjamin Semah](https://www.linkedin.com/in/benjaminsemah/)

## Show your support

Give a ⭐️ if you like this project!