April 2018
Beginner
536 pages
13h 21m
English
Throughout this chapter, we will be using third-party tools. In this section, we are going to learn how to install these. Before we get started, however, we need to use npm to create a package.json file in the folder that we are going to use to implement the examples in this chapter.
Let's create a new folder and go inside it to generate a new package.json file using the npm init command:
npm init