#Trying to run a Tauri App

6 messages · Page 1 of 1 (latest)

slow gazelle
#

I'm running the command npm run dev but it's showing only on the browser but not as an app?

quiet linden
#

npm run dev is the frontend's dev command. you're looking for npm run tauri dev

slow gazelle
quiet linden
#

what about npm run tauri info then?

slow gazelle