Skip to content

Instantly share code, notes, and snippets.

@aaronthorp
aaronthorp / README.md
Last active August 29, 2015 13:56 — forked from dariocravero/README.md
Meteor.js - File Upload to Public. @aaronthorp

Meteor.js - File Upload to Public

Create a Meteor app and put the client_/server_ files in a client/server directories. Also, create a public dir to save the uploaded files.

Support us via Gittip

@aaronthorp
aaronthorp / 0_reuse_code.js
Last active August 29, 2015 14:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console