Skip to content

jcramirez/electron-serialmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-serialmon

JavaScript Style Guide

Simple and basic serial monitor app built with electron, Node-Serialport, Bootstrap and Vue.js

Many thanks to @johnny-five-io. This project was based the electron-serialport project

Clone and run for a quick way to see Electron and Serialport in action.

Use this app along with the Electron API Demos app for API code examples to help you get started.

A basic Electron application needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.
  • renderer.js - Responsible for running the user-interface of your app.

You can learn more about each of these components within the Quick Start Guide.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/jcramirez/electron-serialmon.git
# Go into the repository
cd electron-serialmon
# Install dependencies
npm install
# Run the app
npm start

To build native Mac or Windows apps run the following command:

npm run-script packager

See documentation for electron-packager

Learn more about Electron and its API in the documentation.

Other Example Apps

For more example apps, see the list of boilerplates created by the awesome electron community.

About

Simple and basic serial monitor app built with electron and Node-Serialport

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 24