added browserify, refactored code to separate UI and network logic

This commit is contained in:
Abhinav Adduri
2017-06-01 15:10:00 -07:00
committed by Danny Coates
parent c539ed6282
commit 51910b5fc9
13 changed files with 942 additions and 441 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<title>Download your file</title>
<script type="text/javascript" src="/download.js"></script>
<script type="text/javascript" src="/bundle.js"></script>
</head>
<body>