All Projects → SASUKE40 → Yew Starter

SASUKE40 / Yew Starter

Licence: mit
A template for starting a Yew.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Yew Starter

Tinyalloc
malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)
Stars: ✭ 644 (+2827.27%)
Mutual labels:  webassembly
Raylib
A simple and easy-to-use library to enjoy videogames programming
Stars: ✭ 8,169 (+37031.82%)
Mutual labels:  webassembly
Markdown Wasm
Markdown parser and HTML generator implemented in WebAssembly, based on md4c
Stars: ✭ 833 (+3686.36%)
Mutual labels:  webassembly
Bolero
Bolero brings Blazor to F# developers with an easy to use Model-View-Update architecture, HTML combinators, hot reloaded templates, type-safe endpoints, advanced routing and remoting capabilities, and more.
Stars: ✭ 663 (+2913.64%)
Mutual labels:  webassembly
Webassembly Examples
Code examples that accompany the MDN WebAssembly documentation — see https://developer.mozilla.org/en-US/docs/WebAssembly.
Stars: ✭ 744 (+3281.82%)
Mutual labels:  webassembly
Webassembly
A minimal toolkit and runtime to produce and run WebAssembly modules.
Stars: ✭ 786 (+3472.73%)
Mutual labels:  webassembly
Graphql Client
Typed, correct GraphQL requests and responses in Rust
Stars: ✭ 620 (+2718.18%)
Mutual labels:  webassembly
Tungsten
Ricardian contract bond, claim, and arbitration management system
Stars: ✭ 17 (-22.73%)
Mutual labels:  webassembly
Ssvm
SSVM is a high performance, extensible, and hardware optimized WebAssembly Virtual Machine for cloud, AI, and blockchain applications.
Stars: ✭ 751 (+3313.64%)
Mutual labels:  webassembly
Dapp Boilerplate
🌀 Decentralize application boilerplate with React Redux and Firebase integration.
Stars: ✭ 6 (-72.73%)
Mutual labels:  webassembly
Libsodium.js
libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.
Stars: ✭ 665 (+2922.73%)
Mutual labels:  webassembly
Ring
Innovative and practical general-purpose multi-paradigm language
Stars: ✭ 716 (+3154.55%)
Mutual labels:  webassembly
Wasmer Php
🐘🕸️ WebAssembly runtime for PHP
Stars: ✭ 796 (+3518.18%)
Mutual labels:  webassembly
Pib
PHP in Browser (powered by WebAssembly)
Stars: ✭ 649 (+2850%)
Mutual labels:  webassembly
Awesome Wasm Zh
WebAssembly(wasm)资源精选
Stars: ✭ 838 (+3709.09%)
Mutual labels:  webassembly
Securityworker
The best javascript code protection solution ever.
Stars: ✭ 626 (+2745.45%)
Mutual labels:  webassembly
Nice Front End Tutorial
🌍 Constantly updated front-end resources, tutorials, opinions(与时俱进版前端资源,教程和意见。)
Stars: ✭ 755 (+3331.82%)
Mutual labels:  webassembly
Wasm2kt
Web Assembly to Kotlin and Java converter. Allows to compile a C or C++ program/library, and generate a Kotlin or Java program/library.
Stars: ✭ 18 (-18.18%)
Mutual labels:  webassembly
Gameboy
🎮 Game Boy emulator written in Rust
Stars: ✭ 17 (-22.73%)
Mutual labels:  webassembly
Design
Ewasm Design Overview and Specification
Stars: ✭ 827 (+3659.09%)
Mutual labels:  webassembly

yew-starter

Netlify Status

A template for starting a Yew.

Live Demo: https://yew-starter.netlify.com

Pre-reqs

Install rust if necessary

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install node if necessary

brew install node

Getting started

  • Clone the repository
git clone --depth=1 https://github.com/SASUKE40/yew-starter.git <project_name>

Install dependencies

cargo install wasm-pack
cargo install cargo-web
npm i

Local development

npm start
# navigate to http://localhost:1234
npm build

Serve

npm i serve -g
serve dist
# navigate to http://localhost:5000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].