Tools for development

The following tools in the order shown below are needed to be installed in order ot be able to implement solutions.

Name Version Description Product URL
Visual Studio Code (VSCode) -- VSCode is an open source editor. https://code.visualstudio.com/download
NodeJs Recommended version at least 10.x NodeJs is needed to install Solution CLI and to execute npm commands. https://nodejs.org
TypeScript -- TypeScript is the development language for the low code implementation files, it is a typed superset of JavaScript that compiles to plain JavaScript. https://www.typescriptlang.org
TSLint -- It is a tool used to check the quality of the code. https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin
EditorConfig -- This is used to to overwrite the settings of the user workspace. https://marketplace.visualstudio.com/items?itemName=EditorConfig.editorconfig
Note: It is recommended to use the latest version for all tools unless specified otherwise. Additionally, it is not recommended to use GitBash with Windows since it does not mask the passwort that is entered by the user.