Deploy React on Heroku

Asked

Viewed 129 times

0

Guys good morning, I made a deploy of a React app on Heroku, but it is totally without css. I need a little help because I have no idea what it might be.

1 answer

0

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.