Skip to content

Instantly share code, notes, and snippets.

View michaelpb's full-sized avatar
🍜
.

michaelb michaelpb

🍜
.
View GitHub Profile
@michaelpb
michaelpb / index.html
Created May 23, 2020 18:03 — forked from neurodynamic/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>