add simplest possible express server to host files

...this is much better for development, so you can run many different servers
that have different HTML 5 local storages for testing purposes.
This commit is contained in:
Ryan X. Charles 2014-04-20 16:46:03 -03:00
commit 49dbbe8fa9
3 changed files with 27 additions and 2 deletions

View file

@ -19,6 +19,7 @@
},
"homepage": "https://github.com/bitpay/copay",
"devDependencies": {
"express": "4.0.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.8.2",
"grunt-shell": "~0.6.4",