TheSudoersClub / Desk-Native

Desk-Native is a Framework that lets you create full-stack, stand-alone native desktop apps for (Linux, Mac, Windows) with web technologies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Desk-Native is a Framework that lets you create full-stack, stand-alone native desktop apps for (Linux, Mac, Windows) with web technologies

License:MIT License


Languages

Language:JavaScript 89.1%Language:CSS 6.7%Language:HTML 4.2%