🎯 Procfiles are great for managing production processes and facilitating dev/prod parity, but there's no reason you can't include dev-specific processes as well. I keep webpack-dev-server in my Procfile so I can launch my complete dev environment with a single command.

 — @adamlogic