Skip to content

bowen31337/electron-rollup-kickstart

Repository files navigation

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

About

a boilerplate to build electron app in ES modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published