Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 614 Bytes

File metadata and controls

27 lines (17 loc) · 614 Bytes

react-webview-rust-app

A todo application using Rust webview binding

Prerequisites

Node.js 8.X.X

Installing

Clone the project

If you want to make some modification on the Javascript code go to the src/js-src folder make your modification and run the following command :

npm run build

That command bundle the Javascript code after that you can run the following command to run the program ( if you didn't make modification on the Javascript code you can directly run that command) :

cargo run

screenshot