Deploy React in Heroku

0

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.

    
asked by anonymous 24.02.2017 / 12:52

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
    
24.02.2017 / 15:55