Skip to content

Instantly share code, notes, and snippets.

View microcipcip's full-sized avatar
🐌
training

Salvatore Tedde microcipcip

🐌
training
View GitHub Profile
@microcipcip
microcipcip / webpack-https-mkcert.md
Created September 2, 2021 11:59 — forked from Grawl/webpack-https-mkcert.md
Running Webpack Dev Server with HTTPS on developer machine using MKCERT
  1. Add local domain to /etc/hosts:

    127.0.0.1 my-project.dev

  2. Install mkcert

  3. Create certificate for this domain:

    ➜ mkcert my-project.dev