Snel is a tool/framework to compile .svelte component to javascript files to create web application using deno and svelte.
"You all know" about Deno, The secure runtime for JavaScript and TypeScript.
The intention of this project is that we can use svelte with deno as the runtime, with just a simple
deno run --allow-run --allow-read https://deno.land/x/snel/install.ts
we can create a new project to run it.
Create a project with snel
run in your terminal:
snel create [project name]
then go to the folder an run it with the command run of trex
trex run start
for more information: snel repo
Top comments (0)