[3 subjects 2 weeks]
-
Html5
-
Css
-
Bootstrap4
-
Javascript (ES5, ES6, ES7) 1.5 month
-
Node.js [1.5 month]
- Express.js
-
SaSS [4 days]
-
MongoDB [2 weeks]
-
React.js [1.5 month]
-
Deployment Theory [1-2 days]
-
Sails.js [introduction only]
- Visual Studio Code [https://code.visualstudio.com/]
- Live Server VSCode Extension: [https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer]
- Download git tool: https://git-scm.com/downloads
- git config --global user.name "githubUsername"
- git config --global user.email "youremail@gmail.com"
- git clone https://github.com/username/Repositoryname {example}
- git init
- git add *
- git commit -m "commitMessage"
- git branch -M master
- git add remote origin https://github.com/username/YourRepository.git
- git push -u origin master
- git add * (or single file which is updated)
- git commit -m "commit Message"
- git push -u origin master