https://github.com/timsusa/midi-bricks-tauri
https://github.com/timsusa/midi-bricks-tauri
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timsusa/midi-bricks-tauri
- Owner: TimSusa
- License: mit
- Created: 2020-12-20T13:41:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T13:48:05.000Z (over 5 years ago)
- Last Synced: 2024-10-11T12:05:32.486Z (over 1 year ago)
- Language: JavaScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Midi bricks POC with Tauri
It's an example of Tauri based Cross-Platform React Application. Way smaller than Electron. It uses system web engines to render, backend is based on Rust.
## Prerequests to run source
Install Rustc, cargo, nodejs, yarn as in following guides
- Windows: https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup
- MacOS: https://github.com/tauri-apps/tauri/wiki/03.-MacOS-Setup
- Linux: https://github.com/tauri-apps/tauri/wiki/02.-Linux-Setup
Install Tauri-cli with `npm install tauri -g` or `yarn global tauri`
## Running
In main folder run `npm i` or `yarn`
After installation is done run `npm start`
Then in another terminal tab/window run `tauri dev`