Created
February 10, 2015 23:33
-
-
Save deepaknverma/4ca9927f5bac80f8ea13 to your computer and use it in GitHub Desktop.
Create new project in any of your fav editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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