Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charlesxsh/tauri-angular-boilerplate

Minimal Angular + Tauri
https://github.com/charlesxsh/tauri-angular-boilerplate

Last synced: about 2 months ago
JSON representation

Minimal Angular + Tauri

Awesome Lists containing this project

README

        

# Angular + Tauri Template

## Versions
- Angular: 16.0.0
- Tauri: 1.4.0

## Folder Structure

- web/ Angular project generated by `ng n --directory web`
- tauri/ Tauri project generated by `tauri init`

## Commands

- npm run start: `tauri dev`, which automatically `ng serve` first and then start building tauri
- npm run build: `tauri build`