UNPKG
francis.react
Version:
latest (0.1.0)
0.1.0
React integration for Francis
github.com/milankinen/francis.react
milankinen/francis.react
francis.react
/
test
/
app.html
10 lines
(9 loc)
•
153 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
html
>
<
head
>
<
title
>
Testing francis.react
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
/>
<
script
src
=
"./app.tsx"
>
</
script
>
</
body
>
</
html
>