create-react-rust
v0.1.17
Published
generate reactjs app with rust and webassembly
Downloads
7
Readme
create-react-rust
This is a template generator for a React app that uses Rust with wasm.
Installation
Install the package globally with npm.
npm install -g create-react-rust
Usage
provide a name for your app and it will be created in a folder with the same name.
create-react-rust my-app
License
MIT
Dependencies
- Node.js >= 12.0.0
- rust cargo
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.