Add npm start script and development instructions

This commit is contained in:
Abraham Williams
2019-08-22 15:13:12 -05:00
parent d2a1d7df44
commit f551b2c810
3 changed files with 14 additions and 2 deletions

View File

@@ -8,9 +8,11 @@
"author": "liyasthomas",
"version": "0.1.0",
"devDependencies": {
"http-server": "^0.11.1",
"jshint": "^2.10.2"
},
"scripts": {
"start": "http-server",
"test": "jshint travis.js"
}
}