@piggo-gg/lex
v1.0.4
Published
a small web runtime — write your entire webapp with TypeScript
Downloads
17
Readme
Lex is a small web runtime. Write your entire webapp with TypeScript.
Lex syntax
const app = Lex({
state: {},
elements: [
Ball("#00ffaa"), Ball("#ffaa00"), Ball("#aa00ff"), Ball("#ff00aa")
]
})running the repo
# install dependencies
bun install
# run the webapp with hot code reloading
bun dev