mirror of
https://github.com/wavetermdev/wails.git
synced 2026-04-22 15:26:15 -07:00
15 lines
667 B
Plaintext
15 lines
667 B
Plaintext
|
|
---
|
||
|
|
sidebar_position: 5
|
||
|
|
---
|
||
|
|
|
||
|
|
# Developing your Application
|
||
|
|
|
||
|
|
You can run your application in development mode by running `wails dev` from your project directory. This will do the following things:
|
||
|
|
|
||
|
|
- Build your application and run it
|
||
|
|
- Watch for modifications in your Go files and rebuild/re-run on change
|
||
|
|
- Sets up a [webserver](http://localhost:34115) that will serve your application over a browser. This allows you to use your favourite browser extensions. You can even call your Go code from the console.
|
||
|
|
|
||
|
|
To get started, run `wails dev` in the project directory. More information on this can be found [here](/docs/reference/cli#dev).
|
||
|
|
|
||
|
|
Coming soon: Tutorial
|