mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-17 00:28:27 +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
|
|
```
|