https://github.com/barisgit/wails-tanstack-router-template
https://github.com/barisgit/wails-tanstack-router-template
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/barisgit/wails-tanstack-router-template
- Owner: barisgit
- Created: 2025-05-04T21:51:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T22:15:08.000Z (about 1 year ago)
- Last Synced: 2025-06-02T01:00:27.535Z (about 1 year ago)
- Language: TypeScript
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## About
This is a fork of the Wails React-TS template with Tanstack Router, Shadcn/UI, and TailwindCSS.
You will be able to use Tanstack Router devtools.
## Live Development
To run in live development mode, run `wails dev` in the project directory. In another terminal, go into the `frontend`
directory and run `pnpm dev`. The frontend dev server will run on http://localhost:34115. Connect to this in your
browser and connect to your application.
## Building
To build a redistributable, production mode package, use `wails build`.