18.8.2
cd nodejs-server/
npm i
npm i -g nodemon
npm run dev
http://localhost:3000
(same-domain-http
branch) linkhttps://127.0.0.1:3001
(main
branch) + need https settings (issue#1)cd svelte-client/
npm i
npm run dev
http://localhost:8080
(same-domain-http
branch) linkhttps://localhost:8080
(main
branch) + need https settings (issue#1)client
server (very slow when running for the first time)