Simple headless
If you are fimilar with the Javascript eco system, all you need to do is to set up the backend service and install buerli.
In order to consume npm modules you must have Node installed on your computer, we recommend LTS (Node 16.x). The next step is to set up a development environment. Any of the usual build systems and bundlers are fine: Webpack, Vite, Parcel, Create-react-app, etc. If you want to get up and running quickly, try vite.
⚠️ You must have the ClassCAD Server running in order to use buerli
#
Installing ViteVite (French word for "quick", pronounced /vit/, like "veet") is a new breed of frontend build tooling that significantly improves the frontend development experience.
You install it like so
Pick a template (for instance "javascript") and follow the instructions.
#
Installing Buerli and Threejs#
Start the dev environmentThe CLI should output an URL, click it and you are live! Any change made to the source files will be reflected in the browser immediately!