cheatsheets
Menu
Personal Workflows for development
VSCode Setup
NodeJS
Java
JS Testing
Search
Cheatsheet on GitHub
Projects using NodeJS in any way
General flow
Create a
.gitignore
file (borrow
from here
)
Run
git init
Run
npm init
Install test dependencies (see below)
Commit to git & remote repositories