---
title: "Getting started with Webpack 5"
description: "Webpack is a module bundler, or in simple words, a library that allows us to manage all the resources of a project."
author: "Oscar Barajas Tavares"
language: "en"
canonical: "https://gndx.dev/en/blog/primeros-pasos-con-webpack-5/"
datePublished: "2021-03-18T00:00:00.000Z"
dateModified: "2021-03-18T00:00:00.000Z"
categories: ["others"]
tags: ["webpack","courses","square"]
---

# Getting started with Webpack 5

> Webpack is a module bundler, or in simple words, a library that allows us to manage all the resources of a project.

This month my Webpack 5 course was launched in Platzi where I explain in detail the advantages of using this tool to prepare our projects created with JavaScript. The project is totally vanilla JavaScript, we create a portfolio where we show the main information, we learn to optimize our project and deploy it to production. In this video I tell you the first steps you should follow to get started with Webpack before taking my course.

<div className="video-wrapper">
  <iframe
    src="https://www.youtube.com/embed/Qkjib58zKWA"
    title="YouTube video player"
    frameborder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
    allowfullscreen
  ></iframe>
</div>

---

Fuente canónica: [https://gndx.dev/en/blog/primeros-pasos-con-webpack-5/](https://gndx.dev/en/blog/primeros-pasos-con-webpack-5/)
Autor: [Oscar Barajas Tavares](https://gndx.dev/en/about/)