repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

starfx / examples / parcel-react / src
Eric Bower  ·  2025-06-06

index.html

 1<!doctype html>
 2<html lang="en">
 3  <head>
 4    <meta charset="utf-8"/>
 5    <title>parcel + react + starfx</title>
 6    <script type="module" src="index.jsx"></script>
 7  </head>
 8  <body>
 9    <div id="root"></div>
10  </body>
11</html>