Introduction
Getting Started
Keet is flexible, you can include/intergrate into your current existing project easily. To try out Keet is to include it from a CDN or npm.
Create a HTML file:-
<html>
  <head>
    <script src="//cdn.rawgit.com/syarul/keet/master/keet-min.js"></script>
  </head>
  <body>
    <div id="app"></div>
  </body>
  <script>
    // your codes goes here
  </script>
</html>
npm install keet
import Keet, { CreateModel, html } from 'keet'