Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 510 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 510 Bytes

wails3-react-ts

Template:

  • Golang wails3
  • Typescript React

Getting Started

  1. Navigate to your project directory in the terminal.

  2. To run your application in development mode, use the following command:

    wails3 dev
    

    This will start your application and enable hot-reloading for both frontend and backend changes.

  3. To build your application for production, use:

    wails3 build
    

    This will create a production-ready executable in the build directory.