Softkave.
The primary tool for development is Microsoft's vscode, because the editor can be auto-configured using the configurations of the project. Some of the configurations include debugging, linting, code style guide, etc.
Also, some extensions are required to take advantage of the configurations, they are:
Open your command line, navigate to the project's root folder, and
- Run
npm install
- Run through vscode debugger for debugging, it is pre-configured