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
- Host: GitHub
- URL: https://github.com/sombriks/simple-vitest
- Owner: sombriks
- Created: 2024-08-24T13:02:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T13:11:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T20:26:26.964Z (over 1 year ago)
- Topics: fastify, knex, msw, nodejs, sqlite3, tsx, typescript, vite, vitest, vue, zod
- Language: TypeScript
- Homepage: https://sombriks.com/blog/0075-sampling-vitest/
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [simple-vitest][repo]
[](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