Skip to content

stokerm/COMP3670-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COMP3670

Reading list

SVG

January 6

Introduce yourself

Welcome! Let’s get to know each other with an icebreaker. Answer these questions:

  • What is your name?

  • Why is Computer Science your major?

  • Tell us something nobody else in the room knows about you.

January 8

Install Git and frontends

Windows

Install Git for Windows

Note
Select KDiff, and choose OpenSSH (not PuTTY); otherwise, stick to the default settings.

Install KDiff Choose OpenSSH

Mac OS X

Install git from here

Linux

Install git using your package manager.

Note
Don’t forget to use sudo with your package manager.

Run starterupper

Starterupper sets up git and project hosting for this class; it is safe to run even if you already have git and SSH keys set up on your machine.

Open Git Bash (Windows) or Terminal (Linux, Mac OS X) and paste in the command below. Press Shift-Insert to paste in Git Bash.

curl https://raw.githubusercontent.com/lawrancej/COMP3670-2016/master/main.sh | bash

January 11

Install Atom

Let’s dive into HTML, CSS, JavaScript.

January 12

  1. Write a home page

  2. Write down project ideas (look around at existing web applications)

  3. Begin to think about who to work with

git checkout -b gh-pages
git push origin gh-pages

January 13

cd ~/COMP3670-2016
git pull upstream master
cd Code
node node-example.js

Go to: http://127.0.0.1:1337/ and it should say Hello World

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors