mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-17 16:38:31 +00:00
9 lines
145 B
Markdown
9 lines
145 B
Markdown
# vite-vanilla-repl
|
|
|
|
This folder demonstrates how to set up a strudel repl using vite and vanilla JS. Run it using:
|
|
|
|
```sh
|
|
npm i
|
|
npm run dev
|
|
```
|