This tutorial is part of a series. This is the second piece and the first piece can be found here. We finished off the last section by seeing Webpack run our application. Eslint will help to clean up our code along with another addition called Prettier which we will cover at the end of this…
Month: January 2024
Basic Webpack Project Setup
This is going to be a multi-part post about setting up a basic webpack project. We’ll start with typescript but also cover using this for JavaScript in a later post. Here is my basic project setup. Normally I create the folder for the project that I would like to create and open a terminal window…