Skip to Content
Found it useful? Support us with a 5 ⭐ review on ThemeForest!
Scripts

Scripts

Project commands defined in package.json:

{ "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }

Commands

ScriptDescription
devStarts the Vite development server at http://localhost:5173.
buildType-checks the project and builds a production bundle into /dist.
previewServes the built /dist folder locally to verify the production output.
lintRuns ESLint across all .ts and .tsx files to ensure code consistency.
Last updated on