Practicing Toolpath Visualization with Typescript and Three.js
- Clone respository.
- Run
npm install
. - Run
node server &
, or something similar to run the server. - Install typescript and run
tsc
in theclient/
directory to generate the.js
files. You must do this whenever you change a.ts
file, or use Typescript's watch functionality. - Open up
localhost:4040
in your browser.