Arduino UNO R3
[Arduino UNO]--- Serial ---[SvelteKit:backend(node.js)]--- REST ---[SvelteKit:frontend]
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