Template for the completing the Valiant Frontend Coding Challenge with Vue 3. Use this as a starting point for your solution, we have included some of the tooling we use at Valiant in our day-to-day work.
Dependencies include:
Requires Node 20 and NPM 10.
# Install dependencies.
npm installnpm run backend– Start the backend server.npm run dev– Start the development server.npm run lint– Lint the code.npm run test:e2e– Open Cypress.npm run test:unit– Run vitest unit tests.