/led-control-dashboard

a part of an experiment to create front-end to control LED in embedded via http requests

Primary LanguageSvelte

Led Control Dashboard

Screenshot 2023-05-01 at 6 53 05

A Frontend example dahsboard for controlling LED from embedded MCU.

Usage

Install Nodejs before using this

  1. Clone this repository
  2. Install dependencies
npm install # or pnpm install or yarn install
  1. Build the project
npm run build 
  1. take dist/ and run an http server on your MCU exposing dist

for server example run:

npm run demo-server

view its logs to see the changes made by the UI