Rsbuild Project
August 19, 2024 ยท View on GitHub
A vanilla TypeScript project built with https://rsbuild.dev
Initialized by following https://rsbuild.dev/guide/start/quick-start:
npm create rsbuild@latest- this used create-rsbuild@1.0.1-beta.14
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/rsbuild-ts and go to http://localhost:3000/
If you want to bundle the application, run npm run build -w projects/rsbuild-ts and then run npm run preview -w projects/rsbuild-ts
to access to a preview of the bundled application.