Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diego3g/electron-typescript-react

:electron: An Electron boilerplate including TypeScript, React, Jest and ESLint.
https://github.com/diego3g/electron-typescript-react

Last synced: 20 days ago
JSON representation

:electron: An Electron boilerplate including TypeScript, React, Jest and ESLint.

Awesome Lists containing this project

README

        

## 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

```bash
yarn
```

## Usage

Just run `start` script.

```bash
yarn start
```

## Packaging

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

```bash
yarn package
```

## Contributing

Pull requests are always welcome 😃.

## License

[MIT](https://choosealicense.com/licenses/mit/)