Git - https://git-scm.com/
Node.js - https://nodejs.org/en/
Basics - VCS
$ mkdir Project $ cd Project $ git init $ touch README $ git add README $ git commit -m "first commit" $ git remote add origin <url> $ git push -u origin master
CLI?!? OMG!!
Source Tree - https://www.sourcetreeapp.com/download/
vs
VS
vs
$ git clone https://github.com/campus-lab/workshop-boilerplate.git
$ cd workshop-boilerplate
$ npm install
$ sudo npm install -g gulp
$ sudo gulp watch
http://localhost
Alexandre Neves
@aneves
João Pina
@Tomahock
Carlos Santos
@csantos
Daniel Rodrigues
@_danizep