https://github.com/hacimertgokhan/tauri-astro-template
Tauri, Astro Template.
https://github.com/hacimertgokhan/tauri-astro-template
astro javascript npm sass tauri template
Last synced: 7 months ago
JSON representation
Tauri, Astro Template.
- Host: GitHub
- URL: https://github.com/hacimertgokhan/tauri-astro-template
- Owner: hacimertgokhan
- Created: 2024-03-04T22:10:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-04T22:39:58.000Z (over 1 year ago)
- Last Synced: 2025-02-01T23:37:51.749Z (9 months ago)
- Topics: astro, javascript, npm, sass, tauri, template
- Language: Astro
- Homepage:
- Size: 28.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri Astro Template
# How do i can clone this project ?
The simple way is running ```git clone git@github.com:hacimertgokhan/TauriAstro.git``` command in your terminal# What is the Developer commands ?
All commands are run from the root of the project, from a terminal:| Command | Description |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run tauri dev` | Starts local dev server at `localhost:4321` |
| `npm run tauri build` | Build your production site to `./dist/` |