Skip to content
/ wails3-react-ts Public template

Template application - Wails3, React and Typescript

Notifications You must be signed in to change notification settings

LoliE1ON/wails3-react-ts

Repository files navigation

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.