Skip to content

Files

Latest commit

700b210 · Jun 4, 2023

History

History
34 lines (22 loc) · 525 Bytes

File metadata and controls

34 lines (22 loc) · 525 Bytes

solid-ts

An Electron application with Solid and TypeScript

Recommended IDE Setup

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux