Possible to Load to a local WebServer? #127
Lunchtime0614
started this conversation in
General
Replies: 1 comment 1 reply
-
Yes you can run it locally, there are no external dependencies, the project uses only what is already available in the browser. It's using plain simple vanilla javascript, web components, web bluetooth, web USB, web serial, web audio API etc. Most of those APIs require https server to work. I am using nodejs light-server for development, but any other would work.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to load to a local webserver and then be accessed within the network via ip address of the webserver? I'm wondering if just everything in the SRC folder is copied locally then would this work - are there dependencies to run locally?
Beta Was this translation helpful? Give feedback.
All reactions