Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mainshayne233/turtris
https://github.com/mainshayne233/turtris
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mainshayne233/turtris
- Owner: MainShayne233
- License: apache-2.0
- Created: 2019-12-27T21:11:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:14:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T17:19:33.347Z (over 1 year ago)
- Language: Rust
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/5ba03ba7-ff8b-4c54-94e7-cd5fd76a6737/deploy-status)](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 with `yarn run build`
```
yarn run build
```### 🔬 Serve locally with `yarn run start:dev`
```
yarn run start:dev
```## 🔋 Batteries Included
* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating
between WebAssembly and JavaScript.
* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)
for logging panic messages to the developer console.
* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized
for small code size.