Files
tools/name_code/web/README.txt
flt6 f6658f3d52 First commit
Former-commit-id: 424079609133edcc501ae185509836ee1181a02c
2022-06-12 19:47:20 +08:00

13 lines
389 B
Plaintext

To run the demo, you can open the file demo.html from the browser "File/Open..." menu.
Another option is to start the built-in Python HTTP server by
python -m http.server
The default port is 8000. To specify another port:
python -m http.server 8080
Then load http://localhost:<port>/demo.html in the browser address bar.
For more information please visit http://brython.info.