This is base for recruitment task. Main code will be delivered later. For now, please setup environment and install dependencies.
Requirements:
- Node: 22.12.0
- Npm: 10.9.0
Stack:
- Vue 3
- Express
- TypeScript
- Node
npm i # Install deps
npm run dev # Run dev
open http://localhost:3000 # Check if be is working
open http://localhost:5173 # Check if fe is working
Tests:
npm run test
npm run test -- --watch