https://github.com/mateothegreat/wails-template-angular
Build beautiful cross-platform applications using Go + Angular!
https://github.com/mateothegreat/wails-template-angular
angular wails wails-template
Last synced: about 1 month ago
JSON representation
Build beautiful cross-platform applications using Go + Angular!
- Host: GitHub
- URL: https://github.com/mateothegreat/wails-template-angular
- Owner: mateothegreat
- License: mit
- Created: 2023-04-13T19:51:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T01:54:30.000Z (almost 3 years ago)
- Last Synced: 2025-12-22T20:52:11.048Z (3 months ago)
- Topics: angular, wails, wails-template
- Language: HTML
- Homepage: https://matthewdavis.io
- Size: 225 KB
- Stars: 7
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wails-template-angular
Build beautiful cross-platform applications using Go + Angular!
# Getting Started
The following command will pull down the github template repo
and slightly customize it based on the arguments passed:
```bash
wails init -n wails-ng -t https://github.com/mateothegreat/wails-template-angular
```
At the time of this writing I used Wails v2.4.0 and Angular 15.2.0.
> I don't expect any breaking changes if you want to upgrade to an
> even newer version of Wails or Angular until at least after v3.0.0.
## Prerequisites
* Wails CLI v2.4.0 or newer (https://wails.io/docs/gettingstarted/installation)
* Node 16+ and `npm`.
* Angular CLI (install with `npm i -g @angular/cli@latest`).