Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 5 days 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