Open rimager opened 8 years ago
Yes you can, but it's not recommended as budo is a development server, not intended for production. It watches and builds your files, then serves the built bundle. Whenever you deploy your app to Heroku, the service will restart anyways and therefor the watch functionality wont serve any purpose.
Also, if you only want to serve a static page, then Heroku might be a bit overkill. I suggest that you build the the bundle with your build-script, and then deploy it on a static web server, such as surge.
Can I deploy budo to heroku?
Here is my package.json