Skip to content

Instantly share code, notes, and snippets.

View psilore's full-sized avatar
😶‍🌫️
Clouds

Erik Emmerfors psilore

😶‍🌫️
Clouds
View GitHub Profile
@psilore
psilore / index.html
Created June 11, 2021 10:10 — 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>