Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 483 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 483 Bytes

electron-serialport

To Use

# Install cnpm
# use npm/pnpm/yarn may not work on [Build the app]
npm install cnpm -g
# Go into the repository
cd electron-serialport
# Install dependencies
cnpm install
# Run the app
cnpm run start
# Build the app
cnpm run build