Skip to content

a template to quickly develop blazingly fast desktop applications with Wails and the SolidJS framework

Notifications You must be signed in to change notification settings

LukenSkyne/wails-solid-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wails + SolidJS Template

GitHub

Wails template using SolidJS

About

This template is just the minimal requirements for you to develop a wails application with solidjs.
Hot-reloading is supported!

Get Started

To use this template, run the following command in your desired directory:

wails init -n my-solid-app -t https://github.com/LukenSkyne/wails-solid-template

After navigating into the project directory with cd my-solid-app you can start the app in development mode:

wails dev

Live Development

To run in live development mode, run wails dev in the project directory. In another terminal, go into the frontend directory and run npm run dev. The frontend dev server will run on http://localhost:34115. Connect to this in your browser and connect to your application.

Building

To build a redistributable, production mode package, use wails build.

About

a template to quickly develop blazingly fast desktop applications with Wails and the SolidJS framework

Topics

Resources

Stars

Watchers

Forks