In React's terminology, there are five core types that are important to distinguish:
React Elements
var Hapi = require('hapi'); | |
var PORT = process.env.PORT || 3000; | |
var server = new Hapi.Server(); | |
server.connection({ | |
port: PORT | |
}); | |
server.route({ |
In React's terminology, there are five core types that are important to distinguish:
React Elements
How to install Ubuntu 14.04.1 LTS 64-bit on a MacBook Pro Retina 15" Mid 2014 (11,3)
Locate the section for your github remote in the .git/config
file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
Under Terminal > Preferences... > (Profile) > Advanced, "Declare terminal as:" should be set to xterm-256color
.
This is easy with homebrew:
brew install screen