setup static serving and routing

This commit is contained in:
2017-01-21 15:20:21 -07:00
parent f448356454
commit 74453d75fc
9 changed files with 269 additions and 43 deletions

View File

@@ -1,3 +0,0 @@
## Client
This is the place for your application front-end files.

6
client/index.html Normal file
View File

@@ -0,0 +1,6 @@
<head>
<title>Demo</title>
</head>
<body>
<p>Hello World... </p>
</body>