To start react server:
npm start
Windowns
set HTTPS=true&&npm start
Windowns power shell
($env:HTTPS = "true") -and (npm start)
Linux/MacOS
HTTPS=true npm start
openssl genpkey -algorithm RSA -out key.pem -aes256
openssl req -new -x509 -key key.pem -out cert.pem -days 365
python3 -m venv venv
.\venv\Scripts\activate
source venv/bin/activate
ssh -i ".../tcc-brasil-Server_key.pem" iang@20.197.224.24
chmod 400 ".pem"