Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 193 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 193 Bytes

Frontend

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build