Setup Node
Initialize Node package.json
yes to all prompts
set package type to module (esm)
npm
init
-y
--init-type
=
module
Commit
git
add
.
git
commit
-m
'Adds node package file'
Next:
Setup dotenv