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

https://github.com/michaeljymsgutierrez/react-electron-starter

Starter file for react + electron application
https://github.com/michaeljymsgutierrez/react-electron-starter

electron react reactjs

Last synced: 2 months ago
JSON representation

Starter file for react + electron application

Awesome Lists containing this project

README

          

#### Installation
- git clone git@github.com:michaeljymsgutierrez/react-electron-starter.git

- cd in `project_folder`

- exec in terminal `npm install`

#### Run Project
- first exec in terminal `gulp serve:react`

- second exec in terminal `gulp serve:electron`

#### Note:
- For project build please create own build config by creating new `main.js` with updated `url` from `react build script` and refer to `gulpfile.js` for buld tasks