Installing these modules globally means that we can refer to use their respective command line interfaces in the terminal. Installing Webpack allows us to run `webpack` from the terminal to execute a Webpack script. Installing Webpack Dev Server allows us to run a localhost server using our Webpack configuration. This will all become clear a little later.
@@ -486,7 +486,7 @@ In the next tutorial we will cover some more advanced steps, including:
Here is a list of all the instructions mentioned in this tutorial.
0 comments on commit
12fe122