https://github.com/dukeferdinand/yewtil-test
please ignore
https://github.com/dukeferdinand/yewtil-test
Last synced: over 1 year ago
JSON representation
please ignore
- Host: GitHub
- URL: https://github.com/dukeferdinand/yewtil-test
- Owner: DukeFerdinand
- License: apache-2.0
- Created: 2020-09-07T22:18:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:17:41.000Z (over 3 years ago)
- Last Synced: 2025-01-22T07:16:41.614Z (over 1 year ago)
- Language: Rust
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/yew-todomvc/deploys)
## About
This template shows how to create a web app using Yew and wasm-pack.
## 🚴 Usage
### 🛠️ Build
When building for the first time, ensure to install dependencies first.
```
yarn install
```
```
yarn run build
```
### 🔬 Serve locally
```
yarn run start:dev
```
## 🔋 Batteries Included
* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating
between WebAssembly and JavaScript.
* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized
for small code size.