/js-dev-env

Javascript Development Environment

JavaScript Development Environment

Steps for Windows

Editors and Configurations

  1. Download Visual Studio Code.
  2. Download and install Git.
  3. Create a new repository on GitHub.
  4. Clone that repository on to your machine.
  5. Create .editconfig and install plugin [Editorconfig][http://editorconfig.org/]

Package Management

  1. Download and install NodeJS
  2. Download package.json
  3. Install node packages npm install
  4. Globally install Node Security Package npm install -g nsp
  5. Check for known vulnerabilities [nsp check]

Development Web Server