https://github.com/hql287/electron-react-starter-kit
Minimum boilerplate code for using ReactJS in Electron
https://github.com/hql287/electron-react-starter-kit
electron react
Last synced: about 1 year ago
JSON representation
Minimum boilerplate code for using ReactJS in Electron
- Host: GitHub
- URL: https://github.com/hql287/electron-react-starter-kit
- Owner: hql287
- License: cc0-1.0
- Created: 2017-07-19T09:30:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T09:36:48.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T13:07:32.814Z (about 1 year ago)
- Topics: electron, react
- Language: JavaScript
- Size: 35.2 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Electron React Starter Kit
Quickly get up and running with ReactJS inside Electron app.
## Requirements
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.
## To Use
From your command line:
```bash
# Clone this repository
git clone https://github.com/hungle88/electron-react-starter-kit
# Go into the repository
cd electron-react-starter-kit
# Install dependencies
yarn
# Run the app
yarn start
```
## Install React Dev Tools
Execute the following from the Console tab of your running Electron app's developer tools:
```bash
require('electron-react-devtools').install()
```