https://github.com/sohey-dr/s-t-analysis-web
the S-T analysis on the web by Wasm.
https://github.com/sohey-dr/s-t-analysis-web
rust t-test web yew
Last synced: 9 months ago
JSON representation
the S-T analysis on the web by Wasm.
- Host: GitHub
- URL: https://github.com/sohey-dr/s-t-analysis-web
- Owner: sohey-dr
- License: mit
- Created: 2022-06-11T02:52:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T07:13:41.000Z (about 4 years ago)
- Last Synced: 2025-08-03T06:44:53.280Z (11 months ago)
- Topics: rust, t-test, web, yew
- Language: Rust
- Homepage: https://sohey-dr.github.io/s-t-analysis-web/
- Size: 632 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# S-T analysis web
S-T analysis on the web.
## Getting Started
Execute the commands in the following order.
```bash
rustup target add wasm32-unknown-unknown
cargo install trunk
cargo install --locked trunk
cargo install wasm-bindgen-cli
````
### Commands
Start the server.
```bash
trunk serve --open
```