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

https://github.com/pranshuchittora/create-electron-app

An awesome boilerplate for fast building electron apps
https://github.com/pranshuchittora/create-electron-app

Last synced: 3 months ago
JSON representation

An awesome boilerplate for fast building electron apps

Awesome Lists containing this project

README

        

# create-electron-app

An awesome boilerplate for fast building electron apps

## To install all the dependencies

```
npm install
```

## To run the project

```
npm start
```

## To Build

All (Mac+Win+Linux)

npm run build-all

For Mac

npm run build-mac

For Windows

npm run build-win

For Linux

npm run build-linux