Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 534 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 534 Bytes

Electron + TypeScript + React

Boilerplate for a project using Electron, React and Typescript.

Installation

Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies

yarn

Usage

Just run start script.

yarn start | npm start

Packaging

To generate the project package based on the OS you're running on, just run:

yarn package

Contributing

Pull requests are always welcome 😃.

License

MIT