Bank desktop application
Technologies
- Tauri for cross platform desktop application development
- Svelte-kit, a Svelte metaframework
- Vite for fast HMR
- TypeScript
- Tailwind CSS for CSS class utilities
- Prisma as ORM
- SQLite as the database
- Vitest for test runner
Clone the app
git clone https://github.com/webmasterdevlin/tauri-app.git
Install dependencies
npm install
Run Prisma Studio
npx prisma studio
Run the Tauri app
npm run tauri.dev
Run unit tests
npm run test.unit