UNPKG
react-hyperscript-beefy-boilerplate
Version:
latest (2.3.0)
2.3.0
2.1.0
2.0.1
2.0.0
1.0.2
1.0.1
A boilerplate for react-hyperscript using browserify with beefy and ES6.
react-hyperscript-beefy-boilerplate
/
index.html
9 lines
(8 loc)
•
147 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<!doctype
html
>
<
html
>
<
head
>
<
title
>
Beefy React Hyperscript Boilerplate
</
title
>
</
head
>
<
body
>
</
body
>
<
script
src
=
"bundle.js"
>
</
script
>
</
html
>