Skip to content

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

License

Notifications You must be signed in to change notification settings

TheSudoersClub/Desk-Native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published