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

https://github.com/levminer/create-electron-react-app

Use React with Electron easily.
https://github.com/levminer/create-electron-react-app

electron quickstart react template

Last synced: 12 months ago
JSON representation

Use React with Electron easily.

Awesome Lists containing this project

README

          

# create-electon-react-app

- Use React with Electron easily.

## Usage

- Project setup:

```
// clone repo
git clone https://github.com/Levminer/create-electron-react-app app_name

// change directory
cd app_name

// install dependencies
npm i
```

- Run without hot reload:

```
// run script
npm run dev
```

- Run with hot reload:

```
// run script
npm run watch
```

## Features

- Includes: React, React Router, Electron Builder and Sass support.

- Fully customizable: All path and file locations can be changed.

- Webpack and ESLint with Prettier pre configured.

- Compile at build time or hot reloading in development.

## License

- MIT