Technical requirements
To follow along with the hands-on material in this chapter, you must follow the steps in the previous chapter or access the resources from that chapter if anything is ambiguous to you.
We’re going to be writing a small JavaScript application, so please install Node.js and npm using the instructions at https://docs.npmjs.com/downloading-and-installing-node-js-and-npm and Visual Studio Code at https://code.visualstudio.com/ or a similar IDE of your choice.
We will be stepping through the process of creating everything else in this chapter.