Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 628 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 628 Bytes

MobilNaplo

PoC generikus e-napló kliens, magán- és tanulási célokra (szó szerint). A projekt célja elsősorban a Capacitor és mobilalkalmazás fejlesztés kipróbálása, de ha akarod nyugodtan használd. Ha hibába futsz vagy ötleted támad, ne tartsd magadban mert az Issues fül a barátod és a GitHub köztudottan a bége és szeretet helye.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit