An open API service indexing awesome lists of open source software.

https://github.com/sombriks/simple-vitest

sample project to showcase vitest on frontend and backend
https://github.com/sombriks/simple-vitest

fastify knex msw nodejs sqlite3 tsx typescript vite vitest vue zod

Last synced: 2 months ago
JSON representation

sample project to showcase vitest on frontend and backend

Awesome Lists containing this project

README

          

# [simple-vitest][repo]

[![CI](https://github.com/sombriks/simple-vitest/actions/workflows/ci.yml/badge.svg)](https://github.com/sombriks/simple-vitest/actions/workflows/ci.yml)

Sample project to showcase [vitest][vitest]

## Modules

- [my-fastify-api][api]
- [my-vue-app][app]

## Noteworthy

- vitest does a decent job on both frontend and backend.
- you get great tooling support from ide like [intellij][intellij] and
[vscode][vscode]

[repo]: https://github.com/sombriks/simple-vitest
[vitest]: https://vitest.dev
[api]: ./my-fastify-api/README.md
[app]: ./my-vue-app/README.md
[intellij]: https://www.jetbrains.com/idea/download
[vscode]: https://code.visualstudio.com/download