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

https://github.com/melihs/electron-boilerplate

Boilerplate to kickstart creating an desktop app with Electron and React
https://github.com/melihs/electron-boilerplate

app electron electron-app electron-boilerplate electron-react-boilerplate electronjs react template

Last synced: about 1 year ago
JSON representation

Boilerplate to kickstart creating an desktop app with Electron and React

Awesome Lists containing this project

README

          

![logo.png](src%2Fassets%2Flogo.png)

## Electron js Boilerplate v1 🤖

### Getting started

``` bash
git clone https://github.com/melihs/electron-boilerplate
cd electron-boilerplate/
```

## Features
- dark mode
- show/hide sidebar
- atomic design
- quick commands

### Dev 🚀

```bash
yarn
yarn start
```

### Make 🛠️

```bash
yarn make
```

### Optional Commands 🎁
Create components based on the selected folder.
```bash
yarn plop
```

### Libs: ⚙️

- react
- redux toolkit
- lodash
- classnames
- react-icons
- sass
- typescript
- plop
- webpack