5 lines
280 B
Markdown
5 lines
280 B
Markdown
- `npm install` – install dependencies.
|
||
- `npm run dev` – start the Vite dev server with HMR.
|
||
- `npm run build` – create a production build into `dist/`.
|
||
- `npm run preview` – serve the production build locally via Vite.
|
||
- `npm run lint` – run ESLint across the project. |