Last updated 2 years ago
You can get started with a simple app by running the following in your terminal:
Bemtv App Javascript:
Bemtv App TypeScript:
This will create a minimal, client-rendered application powered by .
The CDN link above will always get you the latest version of Bemtv.
npx degit diogoneves07/bemtv-templates/js my-app cd my-app npm i # or yarn or pnpm npm run dev # or yarn or pnpm
npx degit diogoneves07/bemtv-templates/ts my-app cd my-app npm i # or yarn or pnpm npm run dev # or yarn or pnpm
npm i bemtv
<script type="module"> import { _ } from "https://www.unpkg.com/bemtv/dist/bemtv.es.js"; </script>