Create a basic package.json file

InstructorElijah Manor

Share this video with your friends

Send Tweet

We will walk through how to create a simple package.json file manually as well as create a default package.json file through npm with npm init -f. Then we will look at where the npm scripts live and how to run the default script that was created.