Skip to content

Merritske/WebDevNov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Development Class November 04/10/2021

[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]

Software Requirements

Getting Started with Git

Github first Config

  • git config --global user.name "githubUsername"
  • git config --global user.email "youremail@gmail.com"

Github Clone of Repository

Github push project to repo

Github Update of Repo

  • git add * (or single file which is updated)
  • git commit -m "commit Message"
  • git push -u origin master

About

Web Development November Group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published