UNPKG
react-web-config
Version:
latest (1.0.0)
1.0.0
react-native-config for web
github.com/tanhauhau/react-web-config
tanhauhau/react-web-config
react-web-config
/
example
/
web
/
src
/
index.html
7 lines
(6 loc)
•
203 B
HTML
View Raw
1
2
3
4
5
6
7
<!DOCTYPE
html
>
<
meta
charset
=
"utf-8"
>
<
title
>
react-web-config
</
title
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
<
div
id
=
"react-root"
>
</
div
>
<
script
src
=
"/bundle.js"
>
</
script
>