Resource:
Lightning Web Component Dev Guide - https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.get_started_introduction
Lightning Design System Reference - https://www.lightningdesignsystem.com/
Resources:
Install NPM - https://www.npmjs.com/package/npm-install
launch json - https://d1aettbyeyfilo.cloudfront.net/mikewheelermedia/17241673_1613699089086launch.json
Branching allows you to copy your repository and make changes to the copied branch without changing your source code until you're ready to merge your changes.
This both helps maintain the source of truth of your code, and allows for more rapid development changes since the developer doesn't have...