GitXplorerGitXplorer
h

Electron-React-Starter-Kit

public
14 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
150854238587744c9691429d149e9d0d743ee170

Added README

hhql287 committed 7 years ago
Unverified
122be210904e6bd4489e51edd7aea73d2f480b5c

First Commit

hhql287 committed 7 years ago

README

The README file for this repository.

Electron React Starter Kit

Quickly get up and running with ReactJS inside Electron app.

Requirements

You'll need Git and Node.js (which comes with npm) installed on your computer.

To Use

From your command line:

# 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:

require('electron-react-devtools').install()