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.
- Host: GitHub
- URL: https://github.com/levminer/create-electron-react-app
- Owner: Levminer
- License: mit
- Created: 2021-02-05T11:58:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T16:50:47.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T13:09:36.610Z (about 2 years ago)
- Topics: electron, quickstart, react, template
- Language: JavaScript
- Homepage:
- Size: 373 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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