Git - https://git-scm.com/
Node.js - https://nodejs.org/en/
Basics - VCS
CLI?!? OMG!!
$ 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 masterSource Tree - https://www.sourcetreeapp.com/download/
vs
Facebook Flux
Reflux
Alt.js
Redux
VS
Package Managers
Task runners
vs
Compilers
http://localhost
$ git clone https://github.com/campus-lab/workshop-boilerplate-redux
$ cd workshop-boilerplate
$ npm install
$ sudo npm install -g gulp
$ sudo gulp watchAlexandre Neves
@aneves
João Pina
@Tomahock
Carlos Santos
@csantos
Daniel Rodrigues
@_danizep
Guilherme Cabral
@theoneguilherme