Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/embbnux/electron-webpack-simple-boilerplate
- Owner: embbnux
- Created: 2017-07-15T07:49:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T07:27:48.000Z (over 7 years ago)
- Last Synced: 2024-10-16T08:21:35.694Z (28 days ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```