adding start script

This commit is contained in:
Arjun Patel
2018-07-30 21:41:50 -07:00
parent 1d6affc7b7
commit fa9ce7d15f
+7
View File
@@ -23,5 +23,12 @@
},
"devDependencies": {
"nodemon": "^1.18.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"engines": {
"node": "8.4.0"
}
}