This file includes:
- project dependencies
- scripts
Changing Proxy
Commonly used to link backend and frontend together.
Creating
npm init
Adding Scripts
Defining commands that can be used with npm run *
Serve
For running the webapp
Then if you do npm run serve
, it will run index.js
Adding Packages
Everytime you install a package, it is added to the dependencies section of package.json