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
- Host: GitHub
- URL: https://github.com/mrjacob12/react-electron
- Owner: MrJacob12
- License: mit
- Created: 2022-05-02T09:36:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T16:17:34.000Z (about 4 years ago)
- Last Synced: 2025-04-02T04:03:32.237Z (about 1 year ago)
- Topics: electron, electron-react, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
react + electron
[](https://github.com/MrJacob12/react-electron/issues)
[](/LICENSE)
- [About](#about)
- [Authors](#authors)
- [Getting Started](#getting_started)
Template for React Electron applications.
### 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
```
- [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.
- [@MrJacob12](https://github.com/mrjacob12)
