Skip to content

Latest commit

 

History

History
70 lines (49 loc) · 2.04 KB

Lesson11-GithubAndVercel.md

File metadata and controls

70 lines (49 loc) · 2.04 KB

Prior Homework assessment

Lesson

Importance of source control

Explain benefits of source control

  • Backups
  • Allows team to collaborate together

Github

Surprisingly hard to teach. Think should split so step by step walk through steps of how to create a repositiory on github
Clone that repository locally
Add a file to it
Commit set up stream then push to it

Then update file in vs code
Stage the file commit
Push it

Then update file again/add a new file
Repeat same in git hub

Then repeat in command line.

Must read by tutors & practitioners. These two links may help trainers come up with content for the lesson:

Vercel

Was dead easy for students to work out by themselves and get it done
Think just point them at vercel website and get them to add github project they just created online

Important points:

  • The root of the project must be named index.html otherwise shows folder structure.

Lesson objectives

  • Understand importance of source control
  • Commit code to source control using command line
  • Commit code to source control using VS Code
  • Deploy website online
  • Work as a team using source control to collaborate
  • Collaborating as a team

Lesson time to deliever:

Unknown...

Teacher instruction

Course materials

Additional course materials that can be used

  • Material 1

Recommendations

  • Additional notes
  • Check out Daniels git v2 lesson plan

Homework

After Vercel websites are live mention that on repos can add readme.md with link to thier vercel website. Building up a collection of projects can show to people to demonstrate thier work.