Same way you'd deploy any other static site. I don't use Heroku so I couldn't tell you how, but everything PWA deals with is frontend code. No server configs here. Your output is HTML, JS, and CSS only, so you only need to deal with static deployment.
I used a build-react-app buildpack, so I disabled the build command, so in case I do the local build, and it works correctly, but still thanks for the help.
Same way you'd deploy any other static site. I don't use Heroku so I couldn't tell you how, but everything PWA deals with is frontend code. No server configs here. Your output is HTML, JS, and CSS only, so you only need to deal with static deployment.
Hope that helps!