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 ...
↧