Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 161 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 161 Bytes

vite-environment-api-sandbox

Run dev server

npm install
npm run dev

Build and run Node.js server

npm run build
npm run start