- Download Visual Studio Code.
- Download and install Git.
- Create a new repository on GitHub.
- Clone that repository on to your machine.
- Create .editconfig and install plugin [Editorconfig][http://editorconfig.org/]
- Download and install NodeJS
- Download package.json
- Install node packages
npm install
- Globally install Node Security Package
npm install -g nsp
- Check for known vulnerabilities [nsp check]