/serialTerminal

Electron serial terminal

Primary LanguageJavaScript

Serial Terminal

Known Vulnerabilities

This is really an experiment in developing Electron apps with Svelte. I chose to develop a serial terminal as I needed one and I wasn't happy with the options available! Hopefully this will develop into something useful (hey, it has already been useful for me to see how cool it is developing apps with Electron and Svelte).

Set Up

git clone git@github.com:stevewadsworth/serialTerminal.git
cd serialTerminal

npm install
npm start

Based On

Node Serial Port

Built With

Helpful hints from fireship.io

Setup Electron with Svelte from scratch. Build cool projects with Electron.