strudel/packages/core/examples/vite-vanilla-repl
2022-11-06 16:09:47 +01:00
..
dist rebuild with correct base 2022-11-06 16:06:54 +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 add vanilla repl build 2022-11-06 16:03:49 +01:00
package-lock.json add vite vanilla js repl example 2022-11-06 15:50:53 +01:00
package.json rebuild with correct base 2022-11-06 16:06:54 +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