Skip to content

Run on localhost

Lyo Kato edited this page Jan 18, 2021 · 1 revision

Server

Prepare cert for localhost

brew install mkcert
mkcert -install
mkcert localhost

Setup your application's config to use cert and private-key files.

Client

Launch Chrome with a option like following

open -a "Google Chrome" --args --origin-to-force-quic-on=127.0.0.1:3000
Clone this wiki locally