This is a guide for the required tools needed for the project!
I recommend you guys create a Github account. Very important!
Github
This tool (Git) can be installed later! Keep in mind it's very important.
git config --global user.name "Your name"
git config --global user.email "Your email"
Verify if it's already installed, using the following command in the cmd command prompt terminal.
node --version
If not, please install the recommended version.
Follow the documentation for its installation.
Follow the documentation for its installation.