Code environment basic and required setup for your project or new machine.
- Chrome
 - Mozila Firefox
 - MS Edge
 - Safari
 - Opera
 - Brave
 
- Visual Studio Code
 - Notepadd ++ (Windows)
 - TextMate (Mac)
 - Atom
 - Brackets
 
Download Git and install
Setup Git First time git setup.
Please run the below commands to setup git
$ git config --global user.name "Your Name"
$ git config --global user.email youremail@mail.comSet your editor
For vs code run the below commands
$ git config --global core.editor "code --wait"Check the settings by using the commands below
git config --listRead more about first time git https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup