mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
Mention examples in tauri repos (#3429)
This commit is contained in:
@@ -15,6 +15,8 @@ import Cta from '../_fragments/cta.mdx';
|
||||
|
||||
After you've created your first app you can explore the different features and recipes of Tauri in the [List of Features & Recipes](/plugin/).
|
||||
|
||||
Or explore the project setups and features from the examples ([tauri](https://github.com/tauri-apps/tauri/tree/dev/examples) | [plugins-workspace](https://github.com/tauri-apps/plugins-workspace/tree/v2/examples/api))
|
||||
|
||||
## Why Tauri?
|
||||
|
||||
Tauri has 3 main advantages for developers to build upon:
|
||||
|
||||
@@ -285,7 +285,6 @@ Only if you intend to use a JavaScript frontend framework
|
||||
:::
|
||||
|
||||
1. Go to the [Node.js website](https://nodejs.org), download the Long Term Support (LTS) version and install it.
|
||||
|
||||
2. Check if Node was successfully installed by running:
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user