chore: reorganize client files for docker

This commit is contained in:
Danny Avila 2023-03-06 10:47:06 -05:00
parent affbaaf1a5
commit f5e079742a
93 changed files with 178726 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

39
client/public/index.html Normal file
View file

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>ChatGPT Clone</title>
<link
rel="shortcut icon"
href="#"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicon-16x16.png"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<script
defer
src="main.js"
></script>
</head>
<body>
<div id="root"></div>
<script
type="text/javascript"
src="main.js"
></script>
</body>
</html>

158490
client/public/main.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
client/public/use_case.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
client/public/use_case2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 KiB