JavaScript

How to Use Nodemon with NodeJS Apps

How to Use Nodemon with NodeJS Apps

In Node.js, whenever you make any changes in your application source code, you would have to manually restart the application process for those changes to take effect. You can eliminate this extra step by using Nodemon to restart the process automatically.

How to Setup Webpack Dev Server

How to Setup Webpack Dev Server

In this Webpack 5 video tutorial, I’m going to show you how to set up a Webpack dev server. It will allow us to set up a development web server that will watch our project for changes. And it will automatically reload our project when things change.

How to Install Webpack 5

How to Install Webpack 5

In this Webpack 5 video tutorial, I’m going to show you how to install Webpack 5 and Webpack CLI, run the Webpack from the command line, create a Webpack config file, set up an NPM script to run Webpack, and finally run Webpack in watch mode.