cyan-2048 / KaiDevHelper

i keep doing the same things over and over again, let's combine it into one app!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaios-preact-starter

a sveltejs template for KaiOS that just works!!

Additional Notes (pretty much how this template works)

  • KaiOS v2.5 is "partial es6" because of this, transpilers like babel will assume it is es5 which makes the code really bulky, thankfully this template uses esbuild to transpile.
  • "partial es6" refers to KaiOS not supporting literally two es6 features (es modules and for (const).
  • because we are not using babel, all polyfills will have to be manually added to the project, this template has core-js and a polyfills.js file.

About

i keep doing the same things over and over again, let's combine it into one app!


Languages

Language:JavaScript 86.7%Language:TypeScript 11.6%Language:HTML 1.1%Language:SCSS 0.6%