Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.13 KB

Serialportron

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.json and main.ts files.

Screenshots

Starter App

starter-app

Example App

example-app

Video Demo