Skip to content

Instantly share code, notes, and snippets.

@deepaknverma
Created February 10, 2015 23:33
Show Gist options
  • Save deepaknverma/4ca9927f5bac80f8ea13 to your computer and use it in GitHub Desktop.
Save deepaknverma/4ca9927f5bac80f8ea13 to your computer and use it in GitHub Desktop.
Create new project in any of your fav editor
cd my-project
heroku login
heroku create appname
git init
heroku git:remote -a appname
git push heroku master
heroku open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment