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

https://github.com/a7ul/electron-react-boilerplate

An electron / web app boiler plate with hot reload and packaging support
https://github.com/a7ul/electron-react-boilerplate

boilerplate electron openlibrary react

Last synced: about 1 month ago
JSON representation

An electron / web app boiler plate with hot reload and packaging support

Awesome Lists containing this project

README

          

# electron-react-boilerplate
An electron / web app boiler plate with hot reload and packaging support

Features:
---------

1.Has Live reload

2.Packaging for Windows and Mac

3.React/Redux ready

Steps:
------
1. npm install

2. npm start

npm scripts:
============

```json
"build": "runs the app in electron after webpack bundling",
"build-web": "runs the app in browser after webpack bundling",
"start": "runs the app in dev mode and in electron with hot reload using localhost:8080 of webpack-dev-server",
"start-web": "runs the app in dev mode and in browser with hot reload",
"package-win": "bundles app in production mode and builds win app with all code bundled",
"package-darwin": "bundles app in production mode and builds mac app with all code bundled"
```
=======