I'm a Software Engineer with 1 year of experience specializing in .NET Core and Javascript. As a graduate of Faculty of Information Technology, University of Moratuwa, Sri Lanka I consider myself as a
Hey, I've deployed few projects on Heroku. But I find the app loads slow with the default buildpack (maybe it's just me).
So I'm using this builpack. It's pretty straight forward .
Hey, I've deployed few projects on Heroku. But I find the app loads slow with the default buildpack (maybe it's just me).
So I'm using this builpack. It's pretty straight forward .
you just have to use
heroku create $APP_NAME --buildpack github.com/mars/create-react-app-b...
for the 5th step which you use Heroku CLI.
Just wanted to give some info :)
This looks like it's for static sites. I'll definitely check this out the next time I convert one of my apps to static.