strudel/examples/minimal-repl
2025-01-24 15:45:49 +01:00
..
.gitignore better naming 2023-12-29 16:48:00 +01:00
index.html codeformat 2023-12-30 23:21:34 +01:00
main.js refactor: remove now redundant controls imports 2024-02-28 00:36:44 +01:00
package.json update main package + core package + vite / vitest 2025-01-24 15:45:49 +01:00
README.md better naming 2023-12-29 16:48:00 +01:00
tune.mjs fix examples 2024-02-28 00:36:59 +01:00

minimal repl

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

npm i
npm run dev

If you're looking for a more feature rich alternative, have a look at the [../codemirror-repl](codemirror-repl example)