Hello folks, I noticed that the web server used for the example is outdated python 2 syntax . Another, better working command is: `npx http-server -e html -p 8000` That makes the example page working
Hello folks,
I noticed that the web server used for the example is outdated python 2 syntax .
Another, better working command is:
npx http-server -e html -p 8000That makes the example page working