cyclejs/cycle-core

View on GitHub
examples/advanced/nested-folders/index.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html>
  <head>
    <title>Isolated Buttons</title>
  </head>
  <body>
    <div id="app"></div>
    <script src="dist/main.js"></script>
  </body>
</html>