Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View derekgreenberg's full-sized avatar

Derek Greenberg derekgreenberg

View GitHub Profile
@derekgreenberg
derekgreenberg / amd_example_code
Created April 29, 2013 07:13
components for AMD JS app
Example of how the requirejs app is started up from a simple HTML doc.
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Fun!</title>
<style type="text/css">
body {padding: 20px;}
</style>