Good morning, I did a deploy of a react app on heroku, but it is totally without css. I need a help because I have no idea what it can be.
Good morning, I did a deploy of a react app on heroku, but it is totally without css. I need a help because I have no idea what it can be.
Try these steps:
heroku create -b https://github.com/mars/create-react-app-buildpack.git
git add .
git commit -m "react-create-app on Heroku"
git push heroku master
heroku open