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

https://github.com/null-none/electronjs-starter

A minimal starer to get started with Electron, React and Redux.
https://github.com/null-none/electronjs-starter

electron react redux typescript

Last synced: 3 months ago
JSON representation

A minimal starer to get started with Electron, React and Redux.

Awesome Lists containing this project

README

          

# Electron starter

A minimal starer to get started with Electron, React and Redux.

```bash
# Install dependencies
npm install
# Run the app
npm run start
```

```bash
# debug
lldb build.app
run --remote-debugging-port=8315
open run http://localhost:8315/
```