maxGraph/packages/ts-example/README.md

492 B

TypeScript project using the maxGraph npm package

Initialized from https://github.com/vitejs/vite/tree/v2.9.8/packages/create-vite/template-vanilla-ts

Do not forget to initialize all packages (you may also need to build the maxgraph@core package)

From the repository root, run npm install.

Run npm run dev and go to http://localhost:5173/

If you want to bundle the application, run npm run build and then run npm run preview to access to a preview of the bundle application.