Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukethacoder/tauri-solid-example

🦀 Small Tauri SolidJS Example feat. Vite
https://github.com/lukethacoder/tauri-solid-example

desktop-app postcss rust solid tauri typescript vite

Last synced: about 2 months ago
JSON representation

🦀 Small Tauri SolidJS Example feat. Vite

Awesome Lists containing this project

README

        

## Tauri Solid Example (2022)

![test-screenshot.jpg](./docs/test-screenshot.png)

Simple [Solid](https://www.solidjs.com/)([vite](https://vitejs.dev/)) starter running with [Tauri](https://tauri.studio/).

Should hopefully save some time trying to setup Tauri and Solid.

> Currently config'd to run on the [Cloudbridge](https://tauri.studio/docs/architecture/recipes/cloudbridge) pattern.

### Development

```
yarn tauri dev
```

### Production Build

```
yarn tauri build
```

## Debugging on Windows

Install [Microsoft Edge Devtools](https://www.microsoft.com/en-au/p/microsoft-edge-devtools-preview/9mzbfrmz0mnj?rtc=1&activetab=pivot:overviewtab). Make sure you have Edge Legacy installed.

more info [here](https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup#devtools)