parcel-ts

October 13, 2023 ยท View on GitHub

Parcel v2 is used in this TypeScript project: https://parceljs.org

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/parcel-ts and go to http://localhost:1234/

If you want to bundle the application, run npm run build -w projects/parcel-ts.