Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelluk/electronjs-react-boilerplate
electron-quick-start + react boilerplate
https://github.com/michaelluk/electronjs-react-boilerplate
appimage auto-update builder electron electron-builder i18n offline-first react react-boilerplate redux redux-saga scaffolding styled-components webpack2
Last synced: 4 days ago
JSON representation
electron-quick-start + react boilerplate
- Host: GitHub
- URL: https://github.com/michaelluk/electronjs-react-boilerplate
- Owner: michaelluk
- License: cc0-1.0
- Created: 2018-06-07T17:33:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T16:33:49.000Z (over 6 years ago)
- Last Synced: 2024-10-12T13:23:30.815Z (about 1 month ago)
- Topics: appimage, auto-update, builder, electron, electron-builder, i18n, offline-first, react, react-boilerplate, redux, redux-saga, scaffolding, styled-components, webpack2
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# electron-react-boilerplate
**Leverage the power of [React-boilerplate](https://github.com/react-boilerplate/react-boilerplate) and [Electron](http://electron.atom.io/)**
## Quick start
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone --depth=1 --recursive https://github.com/michaelluk/electronjs-react-boilerplate.git your-project-name
# Go into the repository
cd your-project-name
# Install dependencies
npm run setup
# Run the app
npm start
```
## Why react-boilerplate
Check out the features here: https://github.com/react-boilerplate/react-boilerplate#features## Stack
* [React-boilerplate](https://github.com/react-boilerplate/react-boilerplate)
* [Electron](http://electron.atom.io/)
* [electron-devtools-installer](https://github.com/MarshallOfSound/electron-devtools-installer)
* [electron-builder](https://github.com/electron-userland/electron-builder)## todo
- [ ] screenshot
- [ ] elaborate more about react-boilerplate
- [ ] how to build electron app with electron-builder
- [ ] how to switch dev tools
- [ ] how to update to new version of electron and react-boilerplate with git upstream## License
[CC0 1.0 (Public Domain)](LICENSE.md)