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

447 B

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:

go run .

in the example directory.

!!! note Some examples may not work during alpha development.