Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 193 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 193 Bytes

Overview

Example of Pear desktop app with Typescript + React + Tailwind

Getting started

Prod mode

npm i
npm run build
npm start

Dev mode

npm i
npm run dev