Files

21 lines
447 B
Markdown
Raw Permalink Normal View History

2023-09-04 20:50:32 +10:00
# Next Steps
2023-12-13 22:40:35 +11:00
Now that you have created your first application, you can start exploring the other features that v3 alpha provides.
## Examples
2023-09-04 20:50:32 +10:00
2023-09-25 20:56:29 +10:00
The best place to start is the `examples` directory in the Wails repository.
This contains a number of examples that you can run and play with.
2023-09-04 22:40:40 +10:00
To run an example, you can simply use:
```shell
go run .
```
2023-09-25 20:56:29 +10:00
2023-09-04 22:40:40 +10:00
in the example directory.
2023-12-13 22:40:35 +11:00
!!! note
Some examples may not work during alpha development.