April 2020
Intermediate to advanced
716 pages
18h 55m
English
We will need a package.json file to store meta information about the project, list 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 yarn 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