This project sets up a local HTTPS-enabled Go web server with environment configuration and TLS certificate generation handled by a Python script.
- Python 3.7+
- Go 1.24+
pip(Python package manager)
pip install cryptographypython3 init.pygo get
go run .https://localhost:8080
npx create-react-app react-front
cd react-front
npm start