JavaScript Development Tools

January 22, 2020 · View on GitHub

| English | Русский |

Required software:

  1. Runtime - Node.js with package manager: npm
  2. Linter - Code style and syntax templates checker - ESLint, config example
  3. VCS - Version Control System - GitHub, Git, GUI

Optional tools:

  1. IDE - Integrated development environment: Brackets, Atom, Webstorm, Vim, Sublime Text, Visual Studio Code
  2. CI - Continuous Integration - TravisCI, config example
  3. Code analysis: Codacy
  4. Browser JS Runtime - JSFiddle