You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple TodoMVC implementation in Lustre. It is based on the [TodoMVC](https://todomvc.com/) project, implemented in [Gleam](https://gleam.run/) with the [Lustre](https://hexdocs.pm/lustre/) framework.
5
4
6
-
```sh
7
-
gleam add todomvc@1
8
-
```
9
-
```gleam
10
-
import todomvc
11
-
12
-
pub fn main() {
13
-
// TODO: An example of the project in use
14
-
}
15
-
```
16
-
17
-
Further documentation can be found at <https://hexdocs.pm/todomvc>.
18
-
19
-
## Development
20
-
21
-
```sh
22
-
gleam run # Run the project
23
-
gleam test# Run the tests
24
-
```
5
+
Check it out [here](https://ryanmiville.github.io/lustre-todomvc/)!
0 commit comments