Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zanzythebar/solidjstauri
🦀 This is a fully-featured Tauri project template using Solid-JS 🦀
https://github.com/zanzythebar/solidjstauri
desktop-app rust rust-lang solidjs tauri template-project typescript
Last synced: 3 months ago
JSON representation
🦀 This is a fully-featured Tauri project template using Solid-JS 🦀
- Host: GitHub
- URL: https://github.com/zanzythebar/solidjstauri
- Owner: ZanzyTHEbar
- Created: 2023-01-27T15:41:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T07:36:18.000Z (4 months ago)
- Last Synced: 2024-10-10T21:13:33.379Z (3 months ago)
- Topics: desktop-app, rust, rust-lang, solidjs, tauri, template-project, typescript
- Language: TypeScript
- Homepage:
- Size: 738 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# SolidJSTauri
This is a streamlined `Tauri` example using `Vite` and `SolidJS`
This example includes:
- [Tauri](https://tauri.app/)
- [JSDoc](https://jsdoc.app/)
- [Prettier](https://prettier.io/)
- [ESLint](https://eslint.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [Typescript](https://www.typescriptlang.org/)
- [Proper VSCode Workspace](./my-app/example.code-workspace)## Usage
> [!IMPORTANT]\
This project uses `pnpm` by default.```bash
$ pnpm install # or yarn install or npm install
```### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs)
## Available Scripts
In the project directory, you can run:
### `pnpm tauri dev`
Runs the app in the development mode.
An app should launch on your desktop.
Alternatively open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
### `pnpm docs`
Uses `JSDoc` to build a documentation website based on the projects documentation.
### `pnpm lint`
Runs `eslint` on all of the included files.
### `pnpm format`
Uses `Prettier` and the above `pnpm lint` command to lint and then format all included file types.
## Deployment
To build your app, run the following:
```bash
pnpm tauri build
```Builds the app for production to the `src-tauri/target` folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!