May 2018
Intermediate to advanced
470 pages
13h 54m
English
We will begin by using npm to install all the required modules. It is a best practice to add a package.json file in every project folder to maintain, document, and share the npm modules being used in the MERN application. The package.json file will contain meta information about the application, as well as list the module dependencies.
Perform the steps outlined in the following to generate a package.json file, modify it, and use it to install the npm modules:
Read now
Unlock full access