Skip to content

Instantly share code, notes, and snippets.

View exoefe's full-sized avatar
🍦
Ice Cream

Alex exoefe

🍦
Ice Cream
View GitHub Profile
@exoefe
exoefe / index.html
Created August 1, 2022 22:26 — 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>