Skip to content

Instantly share code, notes, and snippets.

@gaganjakhotiya
Last active October 27, 2017 14:50
Show Gist options
  • Save gaganjakhotiya/89032c2a1d969f1add2c14f33543f7f8 to your computer and use it in GitHub Desktop.
Save gaganjakhotiya/89032c2a1d969f1add2c14f33543f7f8 to your computer and use it in GitHub Desktop.
Widget Driven Development
<html>
<head>
<title>WDD</title>
</head>
<body>
<div id="content"></div>
<script src="./build/vendor.bundle.js"></script>
<script src="./build/index.bundle.js"></script>
<script>
window.renderWidget('#content', 'user')
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment