add demo html and todo compiled bundle

This commit is contained in:
Sergey Lapin 2015-07-21 11:12:13 +03:00
parent b676d446f8
commit 05f7749d5c
2 changed files with 2342 additions and 0 deletions

2331
examples/todomvc/dist/bundle.js vendored Normal file

File diff suppressed because one or more lines are too long

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<html>
<head>
<title>Redux devtools example</title>
<meta charset="utf-8">
</head>
<body>
<div class="todoapp" id="root">
</div>
<script src="./examples/todomvc/dist/bundle.js"></script>
</body>
</html>