Skip to content

Instantly share code, notes, and snippets.

View Namyalg's full-sized avatar
🏃
Finding my way

Namya LG Namyalg

🏃
Finding my way
View GitHub Profile
@Namyalg
Namyalg / index.html
Created July 14, 2020 07:44 — 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>