<aside> ✏️ Class Syllabus
</aside>
<aside> 🔑 My GitHub
</aside>
introduction to Git
introduction to GitHub
introduction to Glitch
exploring HTML syntax, structure, semantics, and the DOM/DOM tree
getting into a web development “unidirectional workflow with git as your source of truth”
writing a good REDME.md
Why can’t we just code directly in Glitch?
Why can’t we just double-click on the HTML file and view it in the browser?
Why use the local web server? - many web applications require server-side processing. A local web server allows developers to test and debug server-side code before deploying it to a production server. Also, with a local web server, developers can iterate more quickly since they don't have to constantly upload files to a remote server to see changes.
Web Design