1 . array.js : Test about array in node.js 2 . datatype.js : Test about dataType in node.js 3 . factorial.js : Test function in Node.js 4 . index.js : Test how to node.js running bla bla ..... add more infomation about step to using github
- git init
- nano .gitignore // List of folder is not managed to github
- git add --all
- git commit - m "infomation about this commit"
- git remote add origin https://gibhub.com/nameOfGibhubRepo/projectName.
- git push - u origin master