Simple Habit-tracking app. Keep statistics of your good (and bad!) habits!
- Typescript
- Vue 3
- Prisma
- Tailwind
- Vite
npm install
npm run dev
npx nodemon server.ts
npx tailwindcss -i ./src/input.css -o ./src/assets/output.css --watch
docker build -t habit-tracker .
docker run -it -p 3000:3000 habit-tracker
npm run build
Run Unit Tests with Vitest
npm run test:unit
Run End-to-End Tests with Cypress
npm run test:e2e:dev
npm run build
npm run test:e2e
Lint with ESLint
npm run lint