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

https://github.com/justadudewhohacks/typescript-react-redux-electron

Because the world hasn't seen enough boilerplates yet.
https://github.com/justadudewhohacks/typescript-react-redux-electron

electron hot-reload react reactjs redux typescript webpack

Last synced: 8 months ago
JSON representation

Because the world hasn't seen enough boilerplates yet.

Awesome Lists containing this project

README

          

**typescript, react, redux, electron boilerplate**

Launch webpack-dev-server:
``` bash
npm run dev
```

Starting the electron app:
``` bash
npm start
```