fluxcapacitor
Version:
A bunch of tools to implement apps the Flux way
14 lines (13 loc) • 442 B
HTML
<html>
<head>
<title>Demo</title>
</head>
<body style="background-color: black;">
<div id="app"></div>
<script src="../dist/fluxcapacitor.js" type="text/javascript"></script>
<script src="./js/react.js" type="text/javascript"></script>
<script src="./js/jsx.js" type="text/javascript"></script>
<script src="./react.js" type="text/jsx"></script>
</body>
</html>