5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 18:50:30 +08:00
wails/mkdocs-website/docs/en/getting-started/next-steps.md
2023-12-13 22:40:35 +11:00

21 lines
447 B
Markdown

# Next Steps
Now that you have created your first application, you can start exploring the other features that v3 alpha provides.
## Examples
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.
To run an example, you can simply use:
```shell
go run .
```
in the example directory.
!!! note
Some examples may not work during alpha development.