An open API service indexing awesome lists of open source software.

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.

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
```