Notes-app

Приложение заметки

Приложение написано на основе FSD-архитектуры на вреймворке Vue 3 + ant design на js/ts

Project Setup

npm install

cd server 
npm install

Compile and Hot-Reload for Development

npm run dev

Run server

cd server 
npm run start

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint