Open dodongho opened 8 years ago
cd simple-todos-react
heroku login
heroku apps:create simple-todos-react-ddh
heroku buildpacks:set https://github.com/kosea/mt-bp-cc
heroku config:add ROOT_URL=https://simple-todos-react-ddh.herokuapp.com
heroku addons:create mongolab:sandbox
git remote -v
git push heroku master
heroku open
[Desktop Test result]
[Mobile Test result]
Create Heroku instance & set buildpack
cd simple-todos-react
heroku login
heroku apps:create simple-todos-react-ddh
heroku buildpacks:set https://github.com/kosea/mt-bp-cc
heroku config:add ROOT_URL=https://simple-todos-react-ddh.herokuapp.com
Create mLab (MongoDB) instance
heroku addons:create mongolab:sandbox
Deploying to Heroku
git remote -v
git push heroku master
Verify App with browser
heroku open