Starter Templates
Configuring your bundler and framework to handle Emscripten-generated WebAssembly and JavaScript glue code can be a hassle. Here are some starter templates to get you up and running with your framework and configuration of choice.
Is there something missing in this list?
If you want to add a configuration, please head over to Github and open a PR.
Browser
For running OpenCascade.js in a web browser.
React
- Create-React-App
- Create-React-App (Typescript)
- Create-React-App (Typescript, WebWorker)
- Create-Next-App
Vue
Server
For running OpenCascade.js on a server or cloud function.