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

https://github.com/mrjacob12/react-electron

react + electron
https://github.com/mrjacob12/react-electron

electron electron-react react reactjs

Last synced: 13 days ago
JSON representation

react + electron

Awesome Lists containing this project

README

          


Project logo

react + electron

[![GitHub Issues](https://img.shields.io/github/issues/MrJacob12/react-electron.svg)](https://github.com/MrJacob12/react-electron/issues)
[![License](https://img.shields.io/github/license/MrJacob12/react-electron.svg)](/LICENSE)

- [About](#about)
- [Authors](#authors)
- [Getting Started](#getting_started)

## 🧐 About

Template for React Electron applications.

## 🏁 Getting Started

### Installing

```bash
git clone https://github.com/MrJacob12/react-electron
```

```bash
cd ColorPaletteVisualization
```

```bash
npm i
```

### Development

```bash
npm start
```

```bash
npm run electron
```

### Build

```bash
npm run package
```

```bash
npm run make
```

## ⛏️ Built Using

- [React](https://reactjs.org/)
- [Electron](https://electronjs.org/)
- [SCSS](https://sass-lang.com/)

## 📝 License

This project is [MIT](https://github.com/MrJacob12/ColorPaletteVisualization/blob/master/LICENSE) licensed.

## ✍️ Authors

- [@MrJacob12](https://github.com/mrjacob12)