Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save simpleprogrammer-shared/f49e77937d6402fdd76e3dc6fd468c53 to your computer and use it in GitHub Desktop.
Save simpleprogrammer-shared/f49e77937d6402fdd76e3dc6fd468c53 to your computer and use it in GitHub Desktop.
Getting Started With Meteor Tutorial (In the Cloud)
<head>
<title>Spartan TODO</title>
</head>
<body>
<h1>DO OR DIE!</h1>
<ul>
<li>Create a Meteor app</li>
<li>Work out</li>
<li>Eat dinner</li>
</ul>
<form>
<input type="text" id="newItem" />
<input type="submit" id="add" value="Add" />
</form>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment