Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

Update build-a-sample-app.md #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/getting-started/build-a-sample-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ wasm-pack build --target web --out-name wasm --out-dir ./static

`wasm-pack` generates a bundle in the `./static` directory with your app's compiled WebAssembly along with a JavaScript wrapper which will load your application's WebAssembly binary and run it.

Then, use your favorite web server to server the files under `./static`. For example:
Then, use your favorite web server to serve the files under `./static`. For example:

```bash
cargo +nightly install miniserve
Expand Down