- This is my fun SvelteKit/Tauri calculator app, inspired by Daniel Gorra's video. Using skeleton template from:
bun create svelte@latest
#or
npm create svelte@latest
And
npm install -D @tauri-apps/cli@next
#or
bun add -D @tauri-apps/cli@next
#and
npx tauri init
#or
bunx tauri init
- Everything you need to know about a Svelte Project is this website svelte.dev
- And about the Tauri
- A regular, plain looking calculator app.
- Svelte 5 Rune (Still in testing but it works so good on this project).
- TalwindCSS for styling the UI.
- Tauri V2 (Cross-platform/Memory Efficiency/Fast web app)
- Custom Titlebar/Tauri Windows Vibrancy to give the users the native window's feeling.
- No SSR, just plain SPA.
- Once you've created a project and installed dependencies with
npm install
(orpnpm install
oryarn
orbun install
), start a development server for Svelte web app:
npm run dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src
folder and it's contents. The page auto-updates as you edit the file.
- Or you want to start a development server for Tauri app:
npm run tauri dev
# or
bun tauri dev
- To create a production version of your Svelte web app:
npm run build
#or
bun run build
- To create a production version of your Tauri app:
npm run tauri build
#or
bun run tauri build
You can support financially with this QR code bank scanning, thank you very much <3:
- You can ask me if there is any problem:
Join my Discord server: https://discord.gg/5Nmwm24dWV
Other contact: Personal Portfolio