Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 256 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 256 Bytes

Project Setup

npm i

Compile and Hot-Reload for Development

npm run dev -- --host --port=5173

Compile and Minify for Production

npm run build

Preview Build

npm run preview  -- --host --port=4173