Last active
November 2, 2017 18:16
-
-
Save medkhelifi/666f74c39aad12d0fdbeaa98e75082fb to your computer and use it in GitHub Desktop.
Gist for /react-webpack-todolist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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