Prep repo for Heroku

This commit is contained in:
2017-01-15 23:13:34 -08:00
parent 4b7a94f490
commit 053fbfd90b
2 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"description": "Simple react app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Raghu",
"license": "MIT",