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.
- Host: GitHub
- URL: https://github.com/justadudewhohacks/typescript-react-redux-electron
- Owner: justadudewhohacks
- Created: 2018-03-14T08:34:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T17:21:27.000Z (over 8 years ago)
- Last Synced: 2025-03-20T01:44:40.440Z (over 1 year ago)
- Topics: electron, hot-reload, react, reactjs, redux, typescript, webpack
- Language: TypeScript
- Size: 57.6 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```