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

https://github.com/arcbjorn/electron-react-template

Electron & React template
https://github.com/arcbjorn/electron-react-template

electron eslint react typescript

Last synced: 2 months ago
JSON representation

Electron & React template

Awesome Lists containing this project

README

          

## Electron & React template

using Electron-forge, Typescript and Eslint

### Development

```bash
cd

# install dependencies
yarn

# run the app
yarn start

# lint the app
yarn lint
```

### Production

```bash
cd

# make distributables for the app
# (with Forge config and passed parameters)
yarn make

# package the app into a platform specific format
# put the result in a folder
yarn package

# make the app & publish it to the publish targets (defined in forge config)
yarn publish
```