Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riemannulus/rescript-tauri-bolierplate
⚙️ The bolierplate for ReScript + Tauri
https://github.com/riemannulus/rescript-tauri-bolierplate
Last synced: about 1 month ago
JSON representation
⚙️ The bolierplate for ReScript + Tauri
- Host: GitHub
- URL: https://github.com/riemannulus/rescript-tauri-bolierplate
- Owner: riemannulus
- License: mit
- Created: 2021-02-22T11:29:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T11:39:44.000Z (over 3 years ago)
- Last Synced: 2024-08-03T01:29:06.352Z (4 months ago)
- Language: ReScript
- Homepage:
- Size: 899 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - rescript-tauri-bolierplate
README
# rescript-tauri-bolierplate
A bolierplate template to start [ReScript React](https://rescript-lang.org/docs/react/latest/introduction)
with [Tauri](https://tauri.studio/).based on [snowpack-rescript-react](https://github.com/reason-seoul/snowpack-rescript-react)
## Usage
```bash
# Development
yarn start# Build
yarn build # {project_root}/src-tauri/target/release/{project_name}
```