0.4.0 • Published 2 years ago

electron-svelte-webpack-typescript v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

electron-svelte-webpack-typescript template

Electron Svelte Webpack Typescript

NPM GitHub last commit

What is this?

This is a template project for electron, svelte, webpack, and typescript. Hot module reloading works out of the box

Installation

The easy way

mkdir <directory>
cd <directory>
curl https://raw.githubusercontent.com/ryan-way-boilerplate/electron-svelte-webpack-typescript/main/.scripts/install.sh | sh

The manual way

git clone --depth=1 <repo-url> <directory>
cd <directory>
rm -rf .git .images .scripts
yarn install

For those with extra time

git clone <repo-url> <directory>
cd <directory>
rm -rf .git .images .scripts
npm install