Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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}
```