https://github.com/lukechu10/yew-functional-todomvc
TodoMVC implementation in yew.rs using yew-functional API.
https://github.com/lukechu10/yew-functional-todomvc
functional-components hooks todomvc yew
Last synced: about 1 year ago
JSON representation
TodoMVC implementation in yew.rs using yew-functional API.
- Host: GitHub
- URL: https://github.com/lukechu10/yew-functional-todomvc
- Owner: lukechu10
- License: apache-2.0
- Created: 2020-10-05T04:36:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T04:44:35.000Z (over 5 years ago)
- Last Synced: 2025-02-01T12:25:33.426Z (over 1 year ago)
- Topics: functional-components, hooks, todomvc, yew
- Language: Rust
- Homepage: https://lukechu10.github.io/yew-functional-TodoMVC/
- Size: 1.12 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Yew Functional TodoMVC
A simple todo app built using [`yew`](https://github.com/yewstack/yew) and `yew_functional`.
A live demo is available at: https://lukechu10.github.io/yew-functional-TodoMVC/
## Build instructions
You need to have `rust`, [`trunk`](https://trunkrs.dev/) `nodejs` and `npm` installed to build this.
1. Install npm dependencies
```
npm install
```
2. Run `trunk`
```
trunk build # --release
```
To start the `trunk` dev server, run `trunk serve` instead.