Skip to content

Instantly share code, notes, and snippets.

@kirkportas
Last active June 29, 2016 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirkportas/5f9b1e61e825d6b26425ba8982c0bc66 to your computer and use it in GitHub Desktop.
Save kirkportas/5f9b1e61e825d6b26425ba8982c0bc66 to your computer and use it in GitHub Desktop.
Devblog 1 Snippets - JS Architecture- index.html
<!DOCTYPE html>
<html>
<head>
<!-- ..stuff.. -->
<!-- Jquery + Handlebars -->
<!-- Bootstrap -->
<!-- Compiled templates file -->
<!-- Home-rolled modules (core/api/tasks) -->
</head>
<body>
<!-- Bootstrap container and an initial row -->
<!-- stuff -->
<!-- END Main Page -->
<!-- Init Demo App -->
<script>
$(function () { DEMO_APP.init(); });
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment