Documenting the tools I use along with issues I encountered when installing to have for future reference.
> node -v
v20.11.0
> nvm --version
1.1.12
list locally installed versions of node:
> nvm ls
list of node version available:
> nvm ls available
install specific version of node:
> nvm install xx.x.x
use a specific version of node:
> nvm use xx.x.x
I recieved the following error when trying to push for the first time to a new repo:
fatal: Authentication failed for [REPO URL]
Fixed via the following command:
git config --global credential.store manager
File -> Preferences -> Settings
Search and select Editor: Format On Save
When writting react code, within the file you can write any of the following commands and it will auto generate the base code:
rafc
rafce
rafcp