strudel/packages/core/examples/vite-vanilla-repl
2023-05-05 08:55:43 +02: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 update core examples 2023-01-29 23:27:35 +01:00
package.json update vite to v4 2023-04-29 08:10:12 +02:00
README.md add vite-vanilla-repl-cm6 2023-05-05 08:55:43 +02:00
tune.mjs update core examples 2023-01-29 23:27:35 +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