Skip to content

Instantly share code, notes, and snippets.

View elVengador's full-sized avatar
🎸
Lets rock baby

Jimy Nicanor elVengador

🎸
Lets rock baby
View GitHub Profile
@Grawl
Grawl / webpack-https-mkcert.md
Created August 10, 2019 06:21
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