https://github.com/rustwasm/rust-parcel-template
Kickstart your Rust, WebAssembly, and Parcel project!
https://github.com/rustwasm/rust-parcel-template
Last synced: about 1 year ago
JSON representation
Kickstart your Rust, WebAssembly, and Parcel project!
- Host: GitHub
- URL: https://github.com/rustwasm/rust-parcel-template
- Owner: rustwasm
- License: apache-2.0
- Created: 2018-09-25T16:44:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T19:26:33.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T23:33:49.669Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 941 KB
- Stars: 156
- Watchers: 5
- Forks: 15
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `rust-parcel-template`
**Kickstart your Rust, WebAssembly, and Parcel project!**
This template comes pre-configured with all the boilerplate for compiling Rust
to WebAssembly and hooking into a Parcel build pipeline.
* `npm run start` -- Serve the project locally for
development at `http://localhost:1234`.
* `npm run build` -- Bundle the project (in production mode)
## Using This Template
```sh
cargo install wasm-pack
```
```sh
npm init rust-parcel my-app
```