Tauri + SolidStart. Batteries Included
Quantum is a template that combines Tauri, Solid, TypeScript, and TailwindCSS to help developers get started with their development process. It provides the necessary dependencies and guidelines for building apps with these technologies. However, it’s important to note that Tauri v2, which is used in this template, is not yet considered stable for production use.
degit <repository-url>
pnpm install
Note: You can also use Yarn, NPM, Bun, or Cargo as your package manager.
pnpm install
tns create --type react
tns run ios
tns create --type react
tns run android
Quantum is a convenient template for developers who want to start their development process with Tauri, Solid, TypeScript, and TailwindCSS. It provides easy cloning of the repository, support for various package managers, and detailed documentation. It also offers guidance for desktop, iOS, and Android development. With suggested VSCode extensions, developers can enhance their development experience. However, it’s important to keep in mind that Tauri v2 is not yet stable for production use.