Skip to content

Run your node based app including its DB server, API server and the interface in just a single click like Windows app. Compiled using Tauri and NSIS.

Notifications You must be signed in to change notification settings

nor1c/node-based-app-installer-and-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-End

Development mode

yarn tauri dev

Build and bundle as Microsoft installer

yarn tauri build

for 32-bit or ARM

yarn tauri build --target i686-pc-windows-msvc

for other operating system: https://tauri.app/v1/guides/building

Build an installer

  1. Zip the necessary code to app.zip
  2. Go to C:\Program Files (x86)\NSIS>
  3. run cmd on the path bar
  4. run makensis.exe C:\path\to\installer.nsi

About

Run your node based app including its DB server, API server and the interface in just a single click like Windows app. Compiled using Tauri and NSIS.

Topics

Resources

Stars

Watchers

Forks