I was wondering if anyone knows how to use https on dev for the 'create-react-app' environment. I can't see anything about that in the README or quick googling. I just want either the https://localhost:3000 to work, or else https://localhost:3001.
Set HTTPS=true
before you run the start command.
The implementation uses the HTTPS Environment Variable to determine which protocol to use when starting the server.