This template should help get you started developing with Tauri, Solid, Typescript and TailwindCSS in Vite.
This also includes ESLint, PostCSS, Prettier and some of the Rust crates I use most often
- Clone the repo by running
git clone git@github.com:escritorio-gustavo/tauri-bootstrap.git
- Run
mv tauri-bootstrap <NEW_NAME>
to rename the directory - Open the project directory in your editor of choice (in VS Code's case, run
code <NEW_NAME>
) - Replace all instances of
app_name
by the name of your project. They will be in the files:package.json
src-tauri/Cargo.toml
src-tauri/Cargo.lock
src-tauri/tauri.conf.json
- Run
pnpm install
(orpnpm update
to get the current versions of the packages) - Run
pnpm tauri dev