UNPKG
cra-template-node-express
Version:
latest (0.6.8)
0.6.8
0.6.6
0.6.4
0.6.0
0.4.9
0.4.8
0.4.6
0.2.2
0.2.0
0.1.0
You can use the template using the below command.
cra-template-node-express
/
template
/
src
/
client
/
index.html
15 lines
(12 loc)
•
287 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
<
title
>
Digital App Builder
</
title
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
</
body
>
</
html
>