update reame, add sample video, additional cleanup of starting markup

This commit is contained in:
Aaron Tidwell
2018-01-17 15:00:52 -05:00
parent e883373e36
commit 38fbe4d78c
6 changed files with 154 additions and 149 deletions

View File

@@ -4,11 +4,11 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/static-server ./public -p 9000"
"start": "node ./node_modules/node-static/bin/cli.js ./public"
},
"author": "",
"license": "ISC",
"devDependencies": {
"static-server": "^3.0.0"
"node-static": "^0.7.10"
}
}