adding start script

This commit is contained in:
Arjun Patel
2018-12-30 14:00:22 -08:00
parent d5e66547c3
commit 55baf85a42
+1
View File
@@ -4,6 +4,7 @@
"description": "Simple web app with simple UI to locate specified physicians on a map", "description": "Simple web app with simple UI to locate specified physicians on a map",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {