Add a Procfile with the npm start command

Also, update the Procfile.dev with the updated `npm run dev` command.

Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
This commit is contained in:
Antonis Kalipetis 2016-12-15 13:36:21 +02:00
parent 0da4c9d90d
commit f00ea4bfac
No known key found for this signature in database
GPG Key ID: 15691170DA0396BB
2 changed files with 2 additions and 1 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: npm start

View File

@ -1 +1 @@
web: npm start
web: npm run dev