You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

create-desk-native-app

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-desk-native-app

A full-stack framework for building native desktop applications with web technologies.

1.1.7
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Desk-Native

Desk-Native logo
A Build Tool for Creating Full-Stack Native Desktop Applications for Linux, Mac and Windows
with Web Technologies.

Desk Native

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.

Development Setup

Prerequisites

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

Keywords

framework

FAQs

Package last updated on 11 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts