Add dev script

This commit is contained in:
MICHAEL JACKSON
2017-10-16 15:20:06 -07:00
parent 24ec2663ce
commit b92f803b97
3 changed files with 4 additions and 5 deletions

2
Procfile.dev Normal file
View File

@ -0,0 +1,2 @@
web: NODE_ENV=development node server.js
db: redis-server --port 6379