Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
16 lines (9 loc) · 702 Bytes

File metadata and controls

16 lines (9 loc) · 702 Bytes

vitejs-ts

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

Setup

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.

Running the project

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.