Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 307 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 307 Bytes

WebSocket LED

This repository is to run the frontend client and websocket server for changing pin modes on an arduino.

Deployment

To deploy the websocket project run

  node server/wss.js
  npm i

To deploy the frontend client run

  cd frontend-client
  npm i
  npm run dev