add Procfile for the development environment. (#11)

* add Procfile for the development environment.

* use rails server
This commit is contained in:
Justin Licata 2017-07-28 11:55:03 -05:00 committed by GitHub
parent 6a5b6054c2
commit 5d12f2efcc

2
Procfile.dev Normal file

@ -0,0 +1,2 @@
web: rails server -p 3000
webpacker: ./bin/webpack-dev-server