16 lines
763 B
Markdown
16 lines
763 B
Markdown
# Tauri + Solid + Typescript
|
|
|
|
This template should help get you started developing with Tauri, Solid and Typescript in Vite.
|
|
|
|
## Recommended IDE Setup
|
|
|
|
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
|
|
|
|
## Setup
|
|
|
|
1. Make sure all of the [Tauri prerequisites](https://beta.tauri.app/guides/prerequisites/) are installed.
|
|
2. Install `yarn`
|
|
3. Run `yarn` to install npm packages
|
|
4. Run `yarn tauri dev` to start the Tauri app.
|
|
5. Add an empty `dist` folder to the root of this project to fix the Rust warning in `src-tauri/src/main.rs`
|
|
6. Install Prettier for formatting .ts/.tsx/.css files |