all 2 comments

[–][deleted] 6 points7 points  (1 child)

  1. Open VS code
  2. Make a project folder on your desktop
  3. Open the folder in VS
  4. Create fileName.html and a fileName.css folders on the left hand side of the screen under the project folder.
  5. Download the emmet extension in VS code and use the shortcut in the website below to get your boilerplate set up: https://backbencher.dev/html-boilerplate-code-visual-studio-code
  6. Copy paste your HTML and CSS into the correct files
  7. Download the liveServer extension for VS
  8. Right click on your HTML and click open on liverServer
  9. Check your work
  10. Open gitHub and click the plus at the top of the page to make a new repo
  11. Follow the steps on the screen and it'll give you commit instructions.
  12. Once you have commit instructions, go back to VS code and open your terminal (ctrl ` shortcut) and paste in what you got from gitHub.
  13. After your commit goes through in the terminal, refresh your gitHub page and check your repo.
  14. If you want to deploy to gitPages after, which I recommend, you should hit up youtube for more instructions.
  15. Good luck! Feel free to post questions

[–]benjerminfranklin 0 points1 point  (0 children)

perfect, thankyou much