Projects using NodeJS in any way

General flow

  1. Create a .gitignore file (borrow from here)
  2. Run git init
  3. Run npm init
  4. Install test dependencies (see below)
  5. Commit to git & remote repositories