1.1.7 • Published 3 years ago
create-desk-native-app v1.1.7
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 devCompile application for native platforms:
npm run buildLike Desk-Native? Give our repo a star