A Build Tool for Creating Full-Stack Native Desktop Applications for Linux, Mac and Windows
with Web Technologies.
Contribute
·
Submit an Issue
·
Documentation
It just scaffolds an express electron app but is way simple and minimal, We don't know if it would be useful or not but we find ourselves repeating so here we go.
And one thing to mention, it compiles in a build so no need for node on the user side.
- Install Node.js which includes Node Package Manager
Create workspace:
npm create desk-native-app@latest <app_name>
or
npx create-desk-native-app@latest <app_name>
Run the application:
cd <app_name>
npm run dev
Compile application for native platforms:
npm run build
Like Desk-Native? Give our repo a star