Compare commits

..

1 Commits

Author SHA1 Message Date
projectmoon 3d3fb0e552 Initial prototype of web UI -- attempt 2.
continuous-integration/drone/push Build is failing Details
This reverts commit 0059e3d133.
2021-09-04 21:14:20 +00:00
3 changed files with 1286 additions and 1 deletions

1
.gitignore vendored
View File

@ -15,4 +15,3 @@ bigboy
node_modules node_modules
dist/ dist/
yarn-error.log yarn-error.log
api/dist

1277
api/dist/app.bundle.js vendored Normal file

File diff suppressed because one or more lines are too long

9
api/dist/index.html vendored Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Webpack App</title>
<meta name="viewport" content="width=device-width, initial-scale=1"></head>
<body>
<script src="app.bundle.js"></script></body>
</html>