Skip to content

Instantly share code, notes, and snippets.

@b-tiwari
Created May 6, 2017 05:27
Show Gist options
  • Save b-tiwari/ed33cbc9e2ae218614ad7b5043044ae4 to your computer and use it in GitHub Desktop.
Save b-tiwari/ed33cbc9e2ae218614ad7b5043044ae4 to your computer and use it in GitHub Desktop.
webpack2 Beginners Guide - dist/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My Awesome application</title>
</head>
<body>
<h1>Hello World</h1>
<h3>Welcome to the Awesome application</h3>
<my-app></my-app>
<script src='app.bundle.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment