In this video we will set up and prepare the minimal required environment for web-developing and also will deploy our site in the public network using Github.
If you have some problems on any step of setting up our environment, you can write your problem in the comments section or you can ask me about it in my Telegram group:
https://teleg.one/@CoonJS
Links for installing needful programs:
Visual Studio Code - https://code.visualstudio.com/
Git for Windows - https://gitforwindows.org/
Git for MacOs - https://git-scm.com/download/mac
Homebrew - https://brew.sh/
Registration Github link - https://github.com/
Git configuration commands:
git config --global user.name "My Login"
git config --global user.email "[email protected]"