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-28 18:12:23 +02:00
parent 0da4c9d90d
commit f00ea4bfac
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
web: npm start
+1 -1
View File
@@ -1 +1 @@
web: npm start
web: npm run dev