Skip to content

salmin89/nm-ui-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commands:

  • npm i # installs both apps
  • npm run build # builds both apps
  • npm run start # starts both apps

individually

  • npm start --workspace=neutralino-app
  • npm start --workspace=electron-app

passing arguments or input to the app

  • npm start --workspace=electron-app -- <<< "HELLO"
  • npm start --workspace=neutralino-app -- <<< "HELLO"

executable (the files I want to point my com.company.app.json to) note that I'm using an M2 mac, so the executable is for arm64, but there are other executables available.

electron:

apps/electron-app/out/electron-app-darwin-arm64/electron-app.app/Contents/MacOS/electron-app

neutralino:

apps/neutralino-app/dist/neutralino-app/neutralino-app-mac_arm64

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published