strudel/packages/core/examples/vite-vanilla-repl
Felix Roos dff0c0c3b0 vanilla-repl: use mini for all strings
+ skip transpiler
2022-11-08 21:17:00 +01:00
..
dist vanilla-repl: use mini for all strings 2022-11-08 21:17:00 +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 vanilla-repl: use mini for all strings 2022-11-08 21:17:00 +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 add vite vanilla js repl example 2022-11-06 15:50:53 +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