Skip to content

tbindrup/elevtron-svelte-starter

Repository files navigation

Electron Svelte Starter

Clone and run for a quick way to build Electron apps with Svelte 3 and Rollup
Based on https://github.com/bowen31337/electron-rollup-kickstart (thank you!)

To Use

# Clone this repository
git clone https://github.com/tbindrup/elevtron-svelte-starter.git

# Move into the project
cd electron-svelte-starter

# Install dependencies
npm install or yarn install

# Run the app
npm start or yarn start

Features

  • Reloads the Electron app on file changes in dev environment
  • ES modules are supported. eg "import * from ''"

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published