Skip to content

Notes for a Web Development Workshop

Mateo Clarke edited this page Aug 20, 2015 · 2 revisions

Create repo on Github

Clone (empty) repo into our own machine

  • cd ~ will take you to your root
  • ls shows you the files within a directory
  • cd folder_name will move you inside a directory
  • Once you are in a folder where you want to create the repo from github...
  • git clone [email protected]:username/repo-name.git

Create directory, and three main files, JS, HTML, CSS

  • assume basic understanding of Finder, Terminal, Sublime

HTML/CSS split screen in Sublime

  • HTML elements, CSS rules

AJAX call and javascript inserting

  • GET HTTP VERB
  • function, variables, jQuery syntax, if else statements, for loop

GIT Stage, Commit, Push

Github Publishing

Clone this wiki locally