mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-10 22:19:46 +08:00
13 lines
204 B
Markdown
13 lines
204 B
Markdown
# Plain Example
|
|
|
|
This example is a demonstration of different ways to create applications without using npm.
|
|
|
|
## Running the example
|
|
|
|
To run the example, run the following command:
|
|
|
|
```bash
|
|
go run .
|
|
```
|
|
|