react-flux-1.0.0: example/todo/todo.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Todo example</title>
<link rel="stylesheet" href="../css/todo.css"/>
</head>
<body>
<section id="todoapp"/>
<script src="https://fb.me/react-0.14.0-rc1.js"></script>
<script src=" https://fb.me/react-dom-0.14.0-rc1.js"></script>
<script src="js-build/todo.min.js"></script>
</body>
</html>