Skip to content

Commit f0646a1

Browse files
committed
docs: add readme to reagent examples
1 parent ce29d41 commit f0646a1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

examples/reagent/counter/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Reagent Counter Example
2+
3+
```
4+
yarn install
5+
yarn dev
6+
```
7+
8+
open http://localhost:3000

examples/reagent/todo/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Reagent Todo Example
2+
3+
```
4+
yarn install
5+
yarn dev
6+
```
7+
8+
open http://localhost:3000

0 commit comments

Comments
 (0)