Localhost:3000 works but https I cannot get working

Hello @admin55, I suggest using webpack to achieve this. Take a look at webpack

all you need to do is

devServer{
https:true
}

Or set other parameters to your linking, this will sort your problem.

1 Like