electron-rollup-kickstart
v1.0.1
Published
this is a electron rollup project skeleton setup
Downloads
1
Readme
electron-rollup-kickstart
Clone and run for a quick way to build Electron app in ES modules
To Use
# Clone this repository
git clone https://github.com/bowen31337/electron-rollup-kickstart.git
# Go into the repository
cd electron-rollup-kickstart
# Install dependencies
npm install or yarn install
# Run the app
npm start or yarn start
Features
- reload the electron app on file changes in Dev environment
- ES modules are supported. eg "import * from ''"
License
MIT