May 2018
Intermediate to advanced
470 pages
13h 54m
English
We will need a package.json file to store meta information about the project, list the module dependencies with version numbers, and to define run scripts. To initialize a package.json file in the project folder, go to the project folder from the command line and run npm init, then follow the instructions to add the necessary details. With package.json created, we can proceed with setup and development, and update the file as more modules are required throughout code implementation.
Read now
Unlock full access