create-desk-native-app
v1.1.7
Published
A full-stack framework for building native desktop applications with web technologies.
Downloads
20
Maintainers
Readme
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.
Development Setup
Prerequisites
- Install Node.js which includes Node Package Manager
Setting Up a Project
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