Skip to content

Instantly share code, notes, and snippets.

@codersatx
codersatx / index.html
Created May 3, 2020 23:43 — 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>