Skip to content

Instantly share code, notes, and snippets.

View lordliquid's full-sized avatar
💪
On the grind

Robert Cutright lordliquid

💪
On the grind
View GitHub Profile

I’m looking forward to the Sass Fundamentals workshop! A few notes to ensure you’re set up in advance are below.

See you soon!

Mike

Node.js

You’ll need a relatively recent version (v4.5 or newer, v7 ideally) of node.js installed. On OS X, a great way of doing this without disturbing your existing dev environment is to install NVM. Installation instructions are here.

React && Firebase Workshop

Contact Information

Prequisite Setup

  • A recent version of Node.js
  • npm install -g create-react-app
@grabbou
grabbou / gist:ab4981fc7c10ba2b31de
Last active January 16, 2017 15:21
TrackKeyboard
import KeyboardEvents from 'react-native-keyboardevents';
import {
Emitter as KeyboardEventEmitter
} from 'react-native-keyboardevents';
export default {
getInitialState() {
return {
keyboardSpace: 0,