Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-04T22:39:58.000Z (11 months ago)
- Last Synced: 2024-03-05T23:34:48.020Z (11 months ago)
- Topics: astro, javascript, npm, sass, tauri, template
- Language: Astro
- Homepage:
- Size: 28.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri Astro Template
![tauriastro](https://github.com/hacimertgokhan/AstroTauri/assets/64479768/3e3fefc6-8833-44a1-8e8c-e572d8da5c9e)# How do i can clone this project ?
The simple way is running ```git clone [email protected]: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/` |