Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 454 Bytes

File metadata and controls

31 lines (20 loc) · 454 Bytes

This starterpack builds a full desktop app, using all of the best web frameworks available.

image

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux