Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 576 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 576 Bytes

react-tray

React renderer for creating desktop tray application.

This project contains multiple packages:

Installation

npm install -g @react-tray/cli

Quick start

To generate project skeleton:

mkdir example && cd example 
npx @react-tray/cli init example
yarn install

And then follow README for next steps.

Distribution

# inside project folder
react-tray-cli build