- Real-Time 3D Graphics with WebGL 2
- Farhad Ghayour Diego Cantor
- 73字
- 2021-06-10 19:42:47
Running Examples Locally
If you do not have a web server, we recommend that you install a lightweight web server from the following options:
- Serve: https://github.com/zeit/serve
- Lighttpd: http://www.lighttpd.net
- Python server: https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server
That being said, to run the examples locally on your machine, be sure to run your server from the root of the examples directory, since the common directory is a shared dependency across chapters.