Skip to content

Commit b7219ee

Browse files
authored
add try purescript links table (#86)
1 parent a5cef59 commit b7219ee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,16 @@ Build all examples with
55
npm run build-examples
66
```
77
or go to each individual folder to build them separately.
8+
9+
## Try on [Try Purescript](try.purescript.org)
10+
You can also load each example from the following urls:
11+
| Example | Link |
12+
| --------- | --------------------------------------------------------------------------------------------------------- |
13+
| Affjax | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/Affjax/Affjax.purs) |
14+
| Counter | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/Counter/Counter.purs) |
15+
| Dice | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/Dice/Dice.purs) |
16+
| EffectfulAffjax | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/EffectfulAffjax/Affjax.purs) |
17+
| EffectfulDice | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/EffectfulDice/Dice.purs) |
18+
| SpecialElements | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/SpecialElements/Special.purs) |
19+
| Subscriptions | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/Subscriptions/Subscriptions.purs) |
20+
| Todo | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/Todo/Todo.purs) |

0 commit comments

Comments
 (0)