https://github.com/helabenkhalfallah/rust-yew-webpack-frontend
Frontend Web App using Rust & Yew Framework
https://github.com/helabenkhalfallah/rust-yew-webpack-frontend
Last synced: 11 days ago
JSON representation
Frontend Web App using Rust & Yew Framework
- Host: GitHub
- URL: https://github.com/helabenkhalfallah/rust-yew-webpack-frontend
- Owner: helabenkhalfallah
- License: apache-2.0
- Created: 2020-07-11T19:02:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:17:10.000Z (over 2 years ago)
- Last Synced: 2025-04-12T23:54:07.354Z (11 days ago)
- Language: Rust
- Size: 1.67 MB
- Stars: 1
- 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.