sveltekit-arduino Svelte Themes

Sveltekit Arduino

SvelteKit app for controlling Arduino UNO

SvelteKit and Arduino

My Arduino board

Arduino UNO R3

Architecture

[Arduino UNO]--- Serial ---[SvelteKit:backend(node.js)]--- REST ---[SvelteKit:frontend]

Code

To run the app in the development environment,

$ cd app
$ npm run dev

To build and run the app,

$ cd app
$ npm run build
$ cd build
$ node index.js

References

Top categories

Loading Svelte Themes