mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 06:08:37 +00:00
16 lines
251 B
Markdown
16 lines
251 B
Markdown
# nano-repl
|
|
|
|
this is an example of how to create a repl with strudel and react.
|
|
|
|
## Usage
|
|
|
|
after cloning the strudel repo:
|
|
|
|
```sh
|
|
pnpm i
|
|
cd packages/react/examples/nano-repl
|
|
pnpm dev
|
|
```
|
|
|
|
you should now have a repl running at `http://localhost:5173/`
|