Serialportron
May 14, 2019 ยท View on GitHub
Angular + Serialport + Electron + Bootstrap
This is a minimal repo consisting of a boilerplate starter app and an example app to provide quick start on using Serialport and Electron in an Angular app.
Major Dependencies
Getting Started
# Install dependencies
npm install
# Launch app in dev mode with live-reload
npm start
Packaging App
# Build app for production
npm run build:prod
# Build app package for mac
npm run electron:mac
# Build app package for windows
npm run electron:windows
# Build app package for linux
npm run electron:linux
- To adjust build options, look into
package.jsonandmain.tsfiles.
Screenshots
Starter App

Example App

