lukeed / pwa

(WIP) Universal PWA Builder
https://pwa.cafe
3.13k stars 101 forks source link

How do I deloy on a heroku server? #57

Closed alefemafra closed 5 years ago

lukeed commented 5 years ago

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!

alefemafra commented 5 years ago

Hello,

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.