Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/embbnux/electron-webpack-simple-boilerplate

electron webpack simple boilerplate
https://github.com/embbnux/electron-webpack-simple-boilerplate

Last synced: 5 days ago
JSON representation

electron webpack simple boilerplate

Awesome Lists containing this project

README

        

# Electron Webpack Simple Boilerplate

A Boilerplate of Electron with Webpack

## Start

```
git clone --depth=1 https://github.com/embbnux/electron-webpack-simple-boilerplate.git your-project-name
cd your-project-name
yarn
# build rerender
yarn build-renderer
# start app in other console
yarn start
```

# Build Package

```
yarn package
```