https://github.com/rustaceanrob/tauritemplate
A template for Tauri apps with React, Tailwind, Framer Motion, and Typescript preinstalled along with a couple animated components.
https://github.com/rustaceanrob/tauritemplate
framer-motion react tailwind tauri typescript
Last synced: 6 months ago
JSON representation
A template for Tauri apps with React, Tailwind, Framer Motion, and Typescript preinstalled along with a couple animated components.
- Host: GitHub
- URL: https://github.com/rustaceanrob/tauritemplate
- Owner: rustaceanrob
- License: mit
- Created: 2023-11-01T18:07:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T18:15:24.000Z (over 1 year ago)
- Last Synced: 2024-10-31T14:07:09.276Z (7 months ago)
- Topics: framer-motion, react, tailwind, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tauri + React + Typescript + Tailwind + Framer Motion
This template comes with a whole lot of dependencies to build reactive and powerful cross-platform desktop applications. Tailwind and Framer Motion make a great styling duo!
## Installation
`git clone https://github.com/rustaceanrob/tauritemplate.git`
`cd tauritemplate`
`yarn`
`yarn start`
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)