Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created October 23, 2015 21:05
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 freshcutdevelopment/f72b5d70b5be3793ece4 to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/f72b5d70b5be3793ece4 to your computer and use it in GitHub Desktop.
<!-- app/test.html -->
<!DOCTYPE html>
<html>
...
<body>
<h1>Status - Page</h1>
<div class="jumbotron">
<div aurelia-app>
</div>
</div>
<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script>
System.import('aurelia-bootstrapper');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment