strudel/packages/core/examples/vite-vanilla-repl
2022-12-13 21:32:03 +01:00
..
dist use tune that works without transpiler 2022-11-08 21:25:21 +01:00
.gitignore add vanilla repl build 2022-11-06 16:03:49 +01:00
index.html add vite vanilla js repl example 2022-11-06 15:50:53 +01:00
main.js code format 2022-12-13 21:32:03 +01:00
package-lock.json add vite vanilla js repl example 2022-11-06 15:50:53 +01:00
package.json vanilla-repl: use mini for all strings 2022-11-08 21:17:00 +01:00
README.md add vanilla repl link to githack 2022-11-06 16:09:47 +01:00
tune.mjs use tune that works without transpiler 2022-11-08 21:25:21 +01:00

vite-vanilla-repl

This folder demonstrates how to set up a strudel repl using vite and vanilla JS. Run it using:

npm i
npm run dev

or view it live on githack