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

https://github.com/avijeetpandey/react-electron-starter

Boilerplate code for creating react and electron applications
https://github.com/avijeetpandey/react-electron-starter

electron nodejs react

Last synced: 3 months ago
JSON representation

Boilerplate code for creating react and electron applications

Awesome Lists containing this project

README

          

# React Electron starter code

This is a boiler plate code for creating react-electron based application

### How to use this boiler plate code
```
git clone https://github.com/avijeetpandey/react-electron-starter.git
cd react-electron-starter
npm install
```

After moving into the directory run the following commands
- **npm start** -> This will launch the default react web app
- **npm run electron** -> This will launch the electron app