Quantcast
Viewing all articles
Browse latest Browse all 5189

How to Host a Node.js #App on Digital Ocean

If you chose to create your own repo, copy the github url, then run this. $ git init $ git remote add $ echo "node_modules/" > .gitignore $ git add . $ git commit -m "initial commit" $ git push origin master First of all you ...

Viewing all articles
Browse latest Browse all 5189

Trending Articles