Initialized from https://github.com/vitejs/vite/tree/v2.9.8/packages/create-vite/template-vanilla-ts
From the repository root, run npm install
. For more details, see the root README.
If you want to use the maxGraph development version (built locally), see the root README about maxGraph integration.
From the repository root, run npm run dev -w projects/vitejs-ts
and go to http://localhost:5173/
If you want to bundle the application, run npm run build -w projects/vitejs-ts
and then run npm run preview -w projects/vitejs-ts
to access to a preview of the bundled application.