Skip to content

Instantly share code, notes, and snippets.

View ChristianHohlfeld's full-sized avatar
👋
Hi there!

Chris Field ChristianHohlfeld

👋
Hi there!
View GitHub Profile
@ChristianHohlfeld
ChristianHohlfeld / 2019-https-localhost.md
Created October 10, 2022 20:01 — forked from cecilemuller/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).

@ChristianHohlfeld
ChristianHohlfeld / index.html
Created October 10, 2022 12:16 — forked from gaearon/index.html
Add React in One Minute
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Add React in One Minute</title>
</head>
<body>
<h2>Add React in One Minute</h2>
<p>This page demonstrates using React with no build tooling.</p>