Once you've installed dependencies with npm install
and made sure tauri is setup, start a development server + tauri:
npm run tauri dev
To create a production version of your app:
npm run tauri build
You can preview the production build with by using the binary in src-tauri/target/release/glowsquid