Software to Install

In FrontEnd, there is some basic software we need to install to start developing the components:

  • Git

    • SourceTree

    • TortoiseGit

  • Visual Studio Code

    Useful Extensions:

    • Document This (necessary to follow the documentation standard)

    • Git Lens

    • EsLint

    • Set up SonarLint

  • Visual Studio Enterprise 2019 (you can start using it for about 30 days with trial mode using your Mobilize.net email, after that you can send a request to the IT department for a valid license key)

  • Visual Studio Enterprise 2015 (you can start using it for about 30 days with trial mode using your Mobilize.net email, after that you can send a request to the IT department for a valid license key)

  • Node.js

  • Angular

  • Notepad++

We recommend using Chocolatey to download most of the necessary packages in an easier way. Once you have it installed, you just need to search for the package at this link

and paste the command in the PowerShell.

Last updated