A cross-platform redis gui client started developing with Tauri, React and Typescript in Vite.
- Install Node.js. I recommend you to use Node 16+.
- 🦀 Install Rust. You can find way in here
- Follow the Tauri setup guide
yarn
or
npm install
yarn dev
or
npm run dev
yarn tauri:dev
or
npm run tauri:dev
yarn tauri build
or
npm run tauri build
Issue and PR welcome!
Redis-Desktop-Client was based on or inspired by these projects and so on:
- tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web frontend.
- arco-design: A comprehensive React UI components library based on the Arco Design system.
- Monaco Editor: A browser based code editor.
- vitejs/vite: Next generation frontend tooling. It's fast!
MIT License. See License here for details.