Skip to content

malipetek/neu-svelte-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neutralino Svelte MacOS App Boilerplate

Get started

First you need to install neu cli globally. Learn more about Neutralino.

npm install -g @neutralinojs/neu

You can get started with this project with following command.

npx degit malipetek/neu-svelte-mac my-mac-app

Then run

cd ./my-mac-app

and

npm i -s

Then start developing with

npm run dev

After you have done some stuff build your app with

npm run build

This is where this boilerplate shines, it will generate an app file instead of a binary.

If you encounter issues, well, open issues.