Skip to content

Instantly share code, notes, and snippets.

@medkhelifi
Last active November 2, 2017 18:16
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 medkhelifi/666f74c39aad12d0fdbeaa98e75082fb to your computer and use it in GitHub Desktop.
Save medkhelifi/666f74c39aad12d0fdbeaa98e75082fb to your computer and use it in GitHub Desktop.
Gist for /react-webpack-todolist
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React WebPack TodoList</title>
<link href="/public/bundle.css" rel="stylesheet">
</head>
<body>
<div id="container" class="container">
</div>
</body>
<script src="/public/bundle.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment