Initial commit for Apollo client/server with express.

This commit is contained in:
richburdon
2020-05-23 13:13:45 -04:00
commit 94559bdf47
23 changed files with 13359 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><%= title %></title>
</head>
<body>
<div id="root"></div>
</body>
</html>