https://github.com/goto-eof/rpizero_rdc_ts
This application allows to control a led remotely. This front-end communicates with a server, written using Rust programming language, hosted by a Raspberry Pi Zero W device.
https://github.com/goto-eof/rpizero_rdc_ts
Last synced: 6 months ago
JSON representation
This application allows to control a led remotely. This front-end communicates with a server, written using Rust programming language, hosted by a Raspberry Pi Zero W device.
- Host: GitHub
- URL: https://github.com/goto-eof/rpizero_rdc_ts
- Owner: goto-eof
- Created: 2023-11-20T20:20:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T21:02:07.000Z (over 2 years ago)
- Last Synced: 2024-12-30T03:43:51.395Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Zero W | Remote Device control Client (TypeScript)
This application allows to control a led remotely. This front-end communicates with a server, written using Rust programming language, hosted by a Raspberry Pi Zero W device. The server application can be found [here](https://github.com/goto-eof/rpizero_rdc_rust).
Technologies/Tools: TypeScript, React, Chakra UI.
### Installation
```
yarn install
```
### Run
```
yarn start
```