https://github.com/rixo/svelte-electron-template-webpack
Template for Svelte + Electron + Webpack + HMR
https://github.com/rixo/svelte-electron-template-webpack
Last synced: 7 days ago
JSON representation
Template for Svelte + Electron + Webpack + HMR
- Host: GitHub
- URL: https://github.com/rixo/svelte-electron-template-webpack
- Owner: rixo
- Created: 2020-01-05T13:33:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T13:34:13.000Z (over 6 years ago)
- Last Synced: 2025-02-25T09:29:00.219Z (over 1 year ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte Template Hot + Electron
Example template for Svelte + Webpack + Electron + HMR.
## Usage
```bash
# install
git clone git@github.com:rixo/svelte-electron-template-webpack.git app
cd app
yarn # or npm install
# run dev
yarn dev
# run prod
yarn build
yarn start
```