409 B
409 B
Development Guide
- install http-server to enable debug at local.
npm install -g http-server
- run
npm install
to build the project. - in
./
folder, usehttp-server
to start server - open the following link to debug.
please note, the server address should be checked in the source code of
xxx.html
!
http://127.0.0.1:8080/test/ws.html
http://127.0.0.1:8080/test/http.html